diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2009-10-27 20:10:16 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2009-10-27 20:10:16 (GMT) |
commit | 0c751ba9f9a73ad649bf64cef4c9fdb82743b2f6 (patch) | |
tree | 7b31e0941321a116a730c80e26726da9202178c3 /doc/autolink.doc | |
parent | 1042ef3a191bd0f399f1a2a20fe259c14fe6faf9 (diff) | |
download | Doxygen-0c751ba9f9a73ad649bf64cef4c9fdb82743b2f6.zip Doxygen-0c751ba9f9a73ad649bf64cef4c9fdb82743b2f6.tar.gz Doxygen-0c751ba9f9a73ad649bf64cef4c9fdb82743b2f6.tar.bz2 |
Release-1.6.1-20091027
Diffstat (limited to 'doc/autolink.doc')
-rw-r--r-- | doc/autolink.doc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/autolink.doc b/doc/autolink.doc index 96ce3bc..767fb5f 100644 --- a/doc/autolink.doc +++ b/doc/autolink.doc @@ -38,11 +38,12 @@ \section linkclass Links to classes. 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 + contain at least one non-lower case character will automatically be + replaced by a link to the page containing the documentation of the class. If you want to prevent that a word that corresponds to a documented class is replaced by a link you should put a \% in front of the word. + To link to an all lower case symbol, use \ref cmdref "\\ref". \section linkfile Links to files. |