[Doxygen-users] Removing extraneous "Class Hierachy" elements
Brought to you by:
dimitri
From: tongKe X. <qc...@ya...> - 2003-03-25 03:16:03
|
Hello, I've recently run into the trouble of having extraneous "Class Hierachy" elements showing up in Doxygen. This is the stuff in section 1.1 (number might vary w/ different config) w/ title "Class Hierachy" in the LaTeX file and under the "Class Hierachy" "book" on the right side w/ "Tree_View=On". By extraneous, I mean a bunch of "pair, list, queue, vector ..." showing up. Here's my current structure: all.h ##SNIP## #include <vector> #include <list> #include <algorithm> #include <queue> using std::list; using std::pair; using std::vector; using std::queue .... ##/SNIP# The other *.h and *.cpp files are serving as templates (don't know if this matters) -- how can I get rid of pair/list/queue/blah showing up under "Class Hierarchy"? Under the Doxyfile file I see a bunch of options on inclusion/exclusion of files based on file type -- is there a way to include/exclude based on type/name? Thanks in advance, --TongKe Xue __________________________________________________ Do you Yahoo!? Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop! http://platinum.yahoo.com |