summaryrefslogtreecommitdiffstats
path: root/src/page.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/page.h')
-rw-r--r--src/page.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/page.h b/src/page.h
index 331fbc7..8df76cf 100644
--- a/src/page.h
+++ b/src/page.h
@@ -17,8 +17,10 @@
#include "sortdict.h"
#include "config.h"
+#include "docparser.h"
#include "section.h"
+#include "doxygen.h"
class PageInfo
{
@@ -76,6 +78,10 @@ class PageInfo
}
}
}
+ void findSectionsInDocumentation()
+ {
+ docFindSections(doc,this,0,0);
+ }
void writeDocAnchorsToTagFile()
{