diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2007-05-06 12:30:18 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2007-05-06 12:30:18 (GMT) |
commit | 0b087b99d43fb3803b26407d771ca32e6cf5c34b (patch) | |
tree | cfc812b095178411db5aae564fc43cac8b714078 /doc/autolink.doc | |
parent | 80f45b6274c81f9cfd1772e5039005124ae04fab (diff) | |
download | Doxygen-0b087b99d43fb3803b26407d771ca32e6cf5c34b.zip Doxygen-0b087b99d43fb3803b26407d771ca32e6cf5c34b.tar.gz Doxygen-0b087b99d43fb3803b26407d771ca32e6cf5c34b.tar.bz2 |
Release-1.5.2-20070506
Diffstat (limited to 'doc/autolink.doc')
-rw-r--r-- | doc/autolink.doc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/autolink.doc b/doc/autolink.doc index be64876..abd37b0 100644 --- a/doc/autolink.doc +++ b/doc/autolink.doc @@ -84,10 +84,10 @@ For non overloaded members the argument list may be omitted. If a function is overloaded and no matching argument list is specified - (i.e. pattern 2 or 5 is used), a link will be created to the + (i.e. pattern 2 or 6 is used), a link will be created to the documentation of one of the overloaded members. - For member functions the class scope (as used in patterns 4 to 6) may + For member functions the class scope (as used in patterns 4 to 7) may be omitted, if: <ol> <li>The pattern points to a documented member that belongs to the same class @@ -101,7 +101,7 @@ All of these entities can be linked to in the same way as described in the previous section. For sake of clarity it is advised to only use - patterns 3 and 6 in this case. + patterns 3 and 7 in this case. \par Example: \verbinclude autolink.cpp |