tags:

views:

95

answers:

1

Hello,

I just started using Doxygen to generate documentation for my libraries and I found one minor glitch I can't get around.

In the tree view there's the file list and you can click on one of the files and then get the source code. I found a way to get rid of the file list but then I can't see the enums anymore.

Do you know any way to hide the source code from DoxyGen ?

L.E. Oh ... one more question. If you go to bada API reference website you will see in the tree view that there is no Class List or Class Members. There is just the Namespace List that contains the classes. Can I modify DoxyGen to do the same ?

web site

Thank you!

+2  A: 

I'm relatively new to doxygen, but disabling SHOW_FILES and VERBATIM_HEADERS options seems to get rid of the source code lists.

Mark Tolonen
Thank you very much! This worked.
neoadrian91