diff options
Diffstat (limited to 'src/page.h')
-rw-r--r-- | src/page.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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() { |