https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90127

--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Would it be easy to only link for strings that look like WikiNames and not
identifiers in all lowercase like "noreturn"?

e.g. a regex like [[:upper:]][[:alnum:]]+

That way [[InstallingGCC]] and [[DebuggingGCC]] and [[LibstdcxxTodo]] would 
still be links, but C++ attributes would not.

Reply via email to