latex - Reduce doxygen PDF index depth + remove extra indices -
is possible reduce depth of index created doxygen latex pdf?
e.g. doxygen creates index in pdf 4 levels deep: file name - documentation type - documentation items. i'd reduce 1 level - file names , possibly rid of data structure index (chapter 2) , file index (chapter 3)
couldnt see in header.tex etc.
nearly sure saw similar q on here few weeks ago couldn't find it
(note relevant pdf produced, im not using html output)
as @albert commented controlled line \setcounter{tocdepth}{n} in header.tex file.
where n number indicating number of levels required.
Comments
Post a Comment