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

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -