doxygen
Doxygen: Seamless documentation for project with C++ and VHDL
I\'m setting up a documentation about some sort of Library which consists of a C/C++ part and a VHDL part, plus some instructive doxygen-only pages. They have to be put into one self-contained group.[详细]
2023-02-13 07:17 分类:问答Trying to document 2-dimensional-related objects with doxygen
I am working on some 2D geometry code, in particular a line-class. I have made an enum to describe the relation of line (let\'s not get into detail concerning this). However to document this, I have s[详细]
2023-02-11 22:29 分类:问答Doxygen not documenting static classes?
I\'ve been recently using Doxygen for a project of mine. I\'m having a problem though that it won\'t generate the proper documentation for a C# static class. Is there some option I have to enable?[详细]
2023-02-10 17:16 分类:问答Doxygen - <X>:1: warning: return type of member X is not documented
/*! \\varGLOBAL_VAR *\\briefThis is my global initialisation array for MY_STRUCT */ MY_STRUCT GLOBAL_VAR = {[详细]
2023-02-09 20:21 分类:问答Reference static const variables declared in namespace
I am fleshing out the doxygen documentation for my modules and came across a strange problem. When referencing variables located in a namespace autolinking does not work. Here is a snippet:[详细]
2023-02-09 15:28 分类:问答How to doxygen comment Qt properties?
I would like to attach Doxygen comments to my Q_P开发者_如何学运维ROPERTYs. For example: song.h[详细]
2023-02-09 09:06 分类:问答How to include LaTeX snippets directly in Doxygen comments?
I would like to be able to edit LaTeX parts of some Doxygen comments externally with some suitable editor. I would use that only for complex environments. To do that, I figured I can have LaTeX-only f[详细]
2023-02-08 10:11 分类:问答Doxygen warning: no uniquely matching class member found for
I\'m using Doxygen for a C++ project. When I\'m building the html doc, I get the following error: C:/Amir/Programming/Eclipse C++/CacheOptimization/src/CacheLruNaiveAlgorithm.cpp:19:[详细]
2023-02-07 05:46 分类:问答API for Doxygen Execution [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-02-06 07:49 分类:问答Objective-C, Doxygen and how to show AppKit classes in documentation
I am looking to include AppKit classes in inheritance information. For example, if I have SuperWindowController and it inherits from NSWindowController, then I would like that mentioned in the gen开发[详细]
2023-02-06 05:46 分类:问答