diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2017-03-25 19:40:02 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2017-03-25 19:40:02 +0100 |
commit | b338a9dc265d7bc46a2528ffc45f7bf6fba96620 (patch) | |
tree | cc19ab8533d51e3a9cceb707ee4065a4a0ca86ff /src/help.h | |
parent | 7a9328b4d66d746f815d190751a2e3ad75e397a0 (diff) | |
download | sciteco-b338a9dc265d7bc46a2528ffc45f7bf6fba96620.tar.gz |
some minor Doxygen documentation improvements
* avoid warnings
* make sure Doxygen finds RBEntryOwnString
* it would be nice to strip the top level `SciTECO` namespace
but this is not supported without some macro magic that
ommit the namespace declaration when processing with
Doxygen.
Diffstat (limited to 'src/help.h')
-rw-r--r-- | src/help.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ namespace SciTECO { class HelpIndex : private RBTreeStringCase, public Object { public: - class Topic : public RBEntryOwnString { + class Topic : public RBTreeStringCase::RBEntryOwnString { public: gchar *filename; tecoInt pos; |