Working with new filters for Doxygen (HTML, XSLT, BAT...,) see post I create many pseudo-function having the same name. The file pages are ok, but that makes the pages 'File Members/all' and 'File Members/Functions' without any interest.
In Doxygen-config it is not possible to exclude the creation of that pages (shame), but I found a workaround for the HTML output (on ver. 1.8.15).
- Set expert/HTML/HTML_DYNAMIC_MENUS to 'yes'.
- Build the documentation.
- Edit the files 'navtreedata.js' (for tree menu) and 'menudata.js' (for tab menu). Using a editor with 'parenthesis match' it is easy to delete all items after 'File List'.
Not elegant, but it works.
Hope this can help someone.
Best regards, m.s.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Working with new filters for Doxygen (HTML, XSLT, BAT...,) see post I create many pseudo-function having the same name. The file pages are ok, but that makes the pages 'File Members/all' and 'File Members/Functions' without any interest.
In Doxygen-config it is not possible to exclude the creation of that pages (shame), but I found a workaround for the HTML output (on ver. 1.8.15).
- Set expert/HTML/HTML_DYNAMIC_MENUS to 'yes'.
- Build the documentation.
- Edit the files 'navtreedata.js' (for tree menu) and 'menudata.js' (for tab menu). Using a editor with 'parenthesis match' it is easy to delete all items after 'File List'.
Not elegant, but it works.
Hope this can help someone.
Best regards, m.s.