diff options
author | Jeremy Henty <onepoint@starurchin.org> | 2015-04-04 02:32:27 +0100 |
---|---|---|
committer | Jeremy Henty <onepoint@starurchin.org> | 2015-04-04 02:32:27 +0100 |
commit | 57f1256711fcce47b07f69b25e37f6371dd04911 (patch) | |
tree | a7e5d9997fbc5d5bfa91d85d1ed93f12eca5032a /lout/misc.hh | |
parent | 1d407d6898e39b5b594688f3ccedbaba921b26d3 (diff) |
Fix references to namespaces with simple names.
Doxygen's autolinking does not work for objects that contain just one
"::" at the front of the name. The fix is to remove the "::" and add
an explicit "\ref" command.
This fixes some doxygen warnings: "warning: explicit link request to
'foo' could not be resolved".
Diffstat (limited to 'lout/misc.hh')
-rw-r--r-- | lout/misc.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lout/misc.hh b/lout/misc.hh index 50c655eb..0a05db31 100644 --- a/lout/misc.hh +++ b/lout/misc.hh @@ -12,7 +12,7 @@ namespace lout { /** * \brief Miscellaneous stuff, which does not fit anywhere else. * - * Actually, the other parts, beginning with ::object, depend on this. + * Actually, the other parts, beginning with \ref object, depend on this. */ namespace misc { |