doxygen
Doxygen Out of Line Documenting for C++ Class Operators
If I have a class in a file I can\'t change, but I need to document in doxygen, what is the best way to do it? I know it would be best to document in the actual .h or .cpp file, but in this specific i[详细]
2023-02-06 02:51 分类:问答Force function documentation in Doxygen for documenting JavaScript API
I use Doxygen for documenting the JavaScript API of my C++ (Qt) project. The idea is to write one specific documentation for the JavaScript interfaces, and one for the C++ classes us usual.[详细]
2023-02-05 17:12 分类:问答Structuring documentation when using Doxygen
I am starting to document my PHP5 framework using Doxygen. I am trying to use CodeIgniter framework\'s inline documentation as a reference. However, its documentation is written using phpDocumentor sy[详细]
2023-02-04 22:32 分类:问答Doxygen parse javadoc?
I\'m curious as to if Doxygen parses Javadoc comments? - that is, does doxygen accept something alike this:[详细]
2023-02-04 07:38 分类:问答Is it possible to include code examples when using HeaderDoc or Doxygen?
I am writing a Cocoa framework in Objective-C and would like to use a documentation writer to generate the API reference. For .NET, it is easy to include examples using:[详细]
2023-02-02 16:45 分类:问答How can I see the parent classes from this doxygen documentation?
How can I see the parent classes from this doxygen开发者_高级运维 documentation ? I need to know which are the superclasses of a specific class (CPImage).[详细]
2023-02-01 19:17 分类:问答Generating call graphs for standard library calls in doxygen?
I have this problem with doxygen. When i generate the documentation of my code, sometimes i need find the callers for a specific standard libra开发者_JAVA技巧ry calls like strcpy. what i need is a gra[详细]
2023-01-31 21:58 分类:问答Why does adding a comment change compiled code (object) and executable in C++
I\'ve started to add some doxygen comments to my code but I see that some comments change object code and also the linked executable in Visual C++.[详细]
2023-01-31 20:22 分类:问答Doxygen php error
I have a php (doxygen.php) file which I\'d like to document. The problem is wen I run doxygen doxygen.php on linux it doesn\'t generate anything...index.html file is empty. I get[详细]
2023-01-31 10:24 分类:问答Doxygen /// comments at end of line
When I\'m commenting cvars I have a tendency to use the following format as I think it\'s easier to read.[详细]
2023-01-30 12:06 分类:问答