Skip to content

Commit

Permalink
Fix typo in function name
Browse files Browse the repository at this point in the history
As both declarations should only differ by cv-qualifiers.

Signed-off-by: Thomas Braun <thomas.braun@byte-physics.de>
  • Loading branch information
t-b authored and Dimitri van Heesch committed Oct 20, 2015
1 parent 59a42f9 commit ace0af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/autolink.doc
Expand Up @@ -77,7 +77,7 @@
'fun(const std::string&,bool)' or '()' to match any prototype. 'fun(const std::string&,bool)' or '()' to match any prototype.
\par Note 2: \par Note 2:
Member function modifiers (like 'const' and 'volatile') Member function modifiers (like 'const' and 'volatile')
are required to identify the target, i.e. 'func(int) const' and 'fun(int)' are required to identify the target, i.e. 'func(int) const' and 'func(int)'
target different member functions. target different member functions.
\par Note 3: \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
Expand Down

0 comments on commit ace0af4

Please sign in to comment.