doxygen
Using VBScript for the Doxygen FILE_VERSION_FILTER
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[详细]
2023-04-13 09:28 分类:问答How to match C function prototypes and variable definitions with a regexp?
This has been asked before but I have a specialised case which I should be able to handle with a regular expression.[详细]
2023-04-12 00:39 分类:问答How to convince doxygen to keep the same ordering of output?
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.[详细]
2023-04-11 17:50 分类:问答Does doxygen predefine any macros?
Apart from the PREDEFINED configuration option, where I could always put DOXYGEN=1, does doxygen predefine any preprocessor macros prior to reading C++ files?[详细]
2023-04-11 11:01 分类:问答When documenting Python code with doxygen are you supposed to document self parameter?
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?[详细]
2023-04-11 06:13 分类:问答Drawing control-theory block diagrams with Doxygen
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[详细]
2023-04-11 05:55 分类:问答How to use Apple Header doc for auto-generated documentation for iOS development?
I have used Doxygen tool for document generation. But later on I have come to know that Apple itself provides \"Documentation Set Guide\".[详细]
2023-04-09 04:09 分类:问答How to document macro-generated classes with Doxygen?
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[详细]
2023-04-06 16:40 分类:问答How to extract code comments from a C file?
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[详细]
2023-04-06 08:57 分类:问答Doxygen: HTML too large
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.[详细]
2023-04-06 01:47 分类:问答