I am using Visual Studio, and I would like Doxygen to create a todolist from my TODO tasks. I found the article Getting Doxygen and MSVC TODO tags to work together, which suggested using the Doxygen
This has been asked before but I have a specialised case which I should be able to handle with a regular expression.
I observed that each time I run doxygen I get the warnings or errors in a different order. How can I make i开发者_StackOverflow社区t output consistent.
Apart from the PREDEFINED configuration option, where I could always put DOXYGEN=1, does doxygen predefine any preprocessor macros prior to reading C++ files?
I have some Python code that was documented with doxygen and I would like to know if it\'s normal to document self parameter for methods?
I\'m working on a C++ project in the field of automatics I\'d like to start documenting. I\'m rather decided for Doxygen. But, apart of documenting particul开发者_开发百科ar fields of data and drawing
I have used Doxygen tool for document generation. But later on I have come to know that Apple itself provides \"Documentation Set Guide\".
I use macros to generate classes in the following way: generator.h: class CLASS_NAME : public parent { //generate variables with names given by CLASS_VARIABLES using complicated
I have a C file which contains lots of code comments, how I can I extract the comments? Just want the comments, not the c code. Is th开发者_如何学JAVAere any tools i can use to do this. e.g Doxygen? o
I have a very large class, which is very documented. Doxygen is used for producing the HTML documentation, but for this class the HTML file is big ~12 MB, which is too much for my taste.