GNOME Bugzilla – Bug 597580
Automatic link generation with only lower case letters
Last modified: 2009-10-10 14:42:59 UTC
Greetings, at http://www.stack.nl/~dimitri/doxygen/autolink.html I read that "All words in the documentation that correspond to a documented class and contain at least one upper case character will automatically be replaced by a link to the page containing the documentation of the class." In my project I have namespace names that are all lower case (e.g. "kernel") and occasionally some class names too (e.g. the "less" functor). Doxygen generates automatic links for those, which is pretty uncomfortable to me, and wrong according to the documentation above (the examples above are common words in my documentation, and I find hard to always remember the %, especially in long descriptive paragraphs, resulting in a lot of useless links). However I understand that adhering to the above documentation will result in the opposite problem, of having the entity never linked (maybe the fully qualified name would work for C++). Maybe an option to invert the default behaviour, and create link only for those words specifically marked? I'm using Doxygen 1.6.1 on Debian Testing. Thanks.
*** This bug has been marked as a duplicate of bug 594787 ***