doxygen
create sections in class pages with doxygen
I want to document a class that has many methods. My methods are grouped: for example, I\'ve four methods that allows me to change the shape of a geometric form, other five methods that allows me to f[详细]
2023-03-14 12:39 分类:问答How to include folder in doxygen documentation?
I want to include folder in doxygen documentation. I have tried \\page and \\include but it hasn\'t worked, does anyone know how to do it? Here is the tree :[详细]
2023-03-13 00:47 分类:问答Documenting Python packages with doxygen
\"Special documentation blocks in Python\" in http://www.doxygen.nl/manual/docblocks.html gives an example of doxygen usage with Python.[详细]
2023-03-13 00:45 分类:问答How to add Doxygen Comments for "C" variables with long type names
I have a code static const guint8 variable; when I put a documentation /** * \\var static const guint8 variable;[详细]
2023-03-12 10:06 分类:问答Is it possible to choose which Doxygen warning to show?
Doxygen shows a Compound ? is not documented. warning when buildi开发者_StackOverflow中文版ng. For a specific project I don\'t want to document Compounds. To remove clutter I want to see all other war[详细]
2023-03-12 08:39 分类:问答Function overloads, documentation almost identical [closed]
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines guidelines. It is not currently accepting answers.[详细]
2023-03-12 02:01 分类:问答How to tell doxygen to use /** as class doc instead /*! \class
I\'m trying to switch from phpDocumentor to doxygen, but all my classes are documented in the fo开发者_Go百科llowing style:[详细]
2023-03-10 12:57 分类:问答Doxygen comment inside a macro
My problem is the following : I have a set of files with the same parameters for constructors. I defined the parameters of a constructor inside a macro which is used in each file.开发者_开发技巧 For e[详细]
2023-03-09 07:58 分类:问答Code examples in Doxygen [closed]
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editin开发者_[详细]
2023-03-03 11:47 分类:问答Doxygen, doxywizard encoding problem
I work under Windows XP and I\'m using Doxygen (actually Doxywizard) to create documentation. I have a problem with encoding. In Doxywizard\'s bookmark expert->proect->DOXYFILE_ENCODING I wrote[详细]
2023-03-03 00:46 分类:问答