I am writing documentation for my iPhone app and I am running into a problem. I want to use a @see tag to reference another method in my documentation but the method has multiple parameters. I have tr
I have been using doxygen to generate html document for my project. And my generated documents contain a files tab. How could I remove that files tab.?
I\'m trying to generate documentation for an Android projet with Doxygen. I use Graphviz to generate a collaboration diagram, but I can\'t find how to have multiple interface in the graph!
I think my question is basically the same as this one, but it didn\'t get a good answer: Create new custom command that will add to a section in Doxygen
I have found the source for a game that I am interested in modifying, and it\'s in the form of doxygen \"documentation\".
I\'m new to Doxygen and I\'m trying to document an API I am planning to open source. I\'d really like to build two sets of documentation, one for end users of the API and one for those who intend to m
I am using Doxygen for creating documentation of my project. I am able to create Latex file for my documentation, but how to convert it to pdf. I found in the manual of Doxygen that we need to give a
I am documenting my project right now! So as it stands, under \"File List\", I see 开发者_如何学运维something like this:
I have both CALL_GRAPH and CALLER_GRAPH set to YES, and doxygen happily generates both call and caller graph for me, however is there a command or t开发者_开发技巧rick to merge these two graphs to a s
When working with library ABC, it natural that all names are included into the same top level namespace. Is it possible to remove top level namespace from class nam开发者_JAVA技巧es, but show inclosed