diff options
author | albert-github <albert.tests@gmail.com> | 2018-07-12 12:46:30 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2018-07-12 12:46:30 (GMT) |
commit | 956342ae0b2e09f5e398778c255006f9d26e7b52 (patch) | |
tree | 37f7026084b72883d365f1ddc457bf4e336158ab /src/definition.h | |
parent | 858d65a9cd7b9b7cf71da01098f47d583b3322f5 (diff) | |
download | Doxygen-956342ae0b2e09f5e398778c255006f9d26e7b52.zip Doxygen-956342ae0b2e09f5e398778c255006f9d26e7b52.tar.gz Doxygen-956342ae0b2e09f5e398778c255006f9d26e7b52.tar.bz2 |
Enable in page table of contents for XML and add maximum level to in page table of contents
- correction of compiler error (not caught on Windows)
- updated test 43 (for in page toc)
Diffstat (limited to 'src/definition.h')
-rw-r--r-- | src/definition.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/definition.h b/src/definition.h index c77474c..ac9cc56 100644 --- a/src/definition.h +++ b/src/definition.h @@ -283,7 +283,7 @@ class Definition : public DefinitionIntf QCString id() const; /** returns the section dictionary, only of importance for pagedef */ - SectionDict * Definition::getSectionDict(void); + SectionDict * getSectionDict(void); //----------------------------------------------------------------------------------- // ---- setters ----- |