diff options
Diffstat (limited to 'src/section.h')
-rw-r--r-- | src/section.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/section.h b/src/section.h index 556cad0..3ee8474 100644 --- a/src/section.h +++ b/src/section.h @@ -26,6 +26,7 @@ class Definition; +/** Class representing a section in a page */ struct SectionInfo { enum SectionType { Page = 0, @@ -58,6 +59,7 @@ struct SectionInfo int level; }; +/** Unsorted dictionary of SectionInfo objects. */ class SectionDict : public SDict<SectionInfo> { public: |