diff options
Diffstat (limited to 'doc/autolink.doc')
-rw-r--r-- | doc/autolink.doc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/autolink.doc b/doc/autolink.doc index 98556c5..bf9fe57 100644 --- a/doc/autolink.doc +++ b/doc/autolink.doc @@ -16,7 +16,7 @@ */ /*! \page autolink Automatic link generation - \tableofcontents + \tableofcontents{html,latex} Most documentation systems have special `see also' sections where links to other pieces of documentation can be inserted. @@ -80,7 +80,7 @@ are required to identify the target, i.e. 'func(int) const' and 'func(int)' target different member functions. \par Note 3: - For JavaDoc compatibility a \# may be used instead of a :: in + For Javadoc compatibility a \# may be used instead of a :: in the patterns above. \par Note 4: In the documentation of a class containing a member foo, |