doxygen
doxygen and sorting overloaded C++ functions
With SORT_MEMBER_DOCS=YES the order of overloaded functions seems to be undefined. Is it possible to have all the members sorted开发者_StackOverflow, with exception of functions that have the same na[详细]
2023-02-20 01:48 分类:问答Doxygen for GNU M4 language
Is it possible to document GNU 开发者_如何学运维M4 macros with Doxygen or something similar?[详细]
2023-02-19 09:05 分类:问答Doxygen - Expand macros but ignore #if?
Is it possible to tell Doxygen to expand macros but ignore other preprocessor directives? Take the following into account:[详细]
2023-02-18 10:14 分类:问答How to use doxygen and JavaDoc for the same Java project
I would like to create two versions, one with doxygen and one with JavaDoc. However Javadoc does not have an option to exclude specific text parts from the documentation. So tags which are specific to[详细]
2023-02-17 14:10 分类:问答How to get Doxygen to parse Function pointer typedefs containing __cdecl?
When using MS C or GNU C where you need to use __cdecl, function pointer prototypes look like: typedef int (__cdecl *funcname_ptr)(void* arg1, const char* arg2);[详细]
2023-02-17 07:55 分类:问答Doxygen report "potential recursive class relation"
I have a C++ templated class base::Foo<class T>, and I have in another file a class base::bar::Foo : public base::Foo<Baz>. Doxygen seems not to like this, as it throws an error[详细]
2023-02-14 02:09 分类:问答Why does Doxygen documentation only appear for the last of multiple adjacent groups?
I\'m trying to document several similar functions at once using Doxygen groups. I would like the functions to share the same documentation as shown in the example here.[详细]
2023-02-14 01:08 分类:问答How to mirror C directory structure using Doxygen groups?
I need some basic help using Doxygen on C code. All basic docs are coming out fine, and I want help structuring the big long long list of files and functions.[详细]
2023-02-13 22:34 分类:问答How do I get Doxygen to expand macros from include files?
I have a number of multilin开发者_开发百科e macros defined in a file called macros.h. In my doxyfile, I\'ve got[详细]
2023-02-13 17:05 分类:问答how to document generated constructors in doxygen
We use doxygen to document our classes. I would like to explicitly document that a class has generated constructors and/or destructors, to indicate that I\'ve thought about it and decided that e.g. co[详细]
2023-02-13 11:36 分类:问答