From b338a9dc265d7bc46a2528ffc45f7bf6fba96620 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sat, 25 Mar 2017 19:40:02 +0100 Subject: 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. --- src/help.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/help.h') diff --git a/src/help.h b/src/help.h index 73eaa42..6287f4d 100644 --- a/src/help.h +++ b/src/help.h @@ -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; -- cgit v1.2.3