doxygen
What happens when .h & .cpp Doxygen tags conflict?
I have .h & .cpp files in my project that have /brief tags in both locations: what does doxygen do when there is a c开发者_运维问答onflict between the 2 potential locations for documentation?It is[详细]
2023-03-01 22:22 分类:问答Are URLs to doxygen pages permanent
hey everyone, we just added a nightly action to process the entire source tree with doxygen and place the output onto development webserver.[详细]
2023-02-27 08:01 分类:问答Can XML be documented using Doxygen, Sandcastle, or other documentation generators?
I am currently using Sandcastle, Doxygen, and JavaDoc to generate documentation for code I have written. Is it possible to document XML schemas using these packages? If not, are there any (preferably[详细]
2023-02-26 01:00 分类:问答merging multiple graphviz DOT files in Windows for gvpack
I have a large C codebase for whi开发者_开发百科ch I had to generate Call graphs. I was kind of successful using Doxygen, but the problem now is, Doxygen generates a different DOT file for every funct[详细]
2023-02-25 04:09 分类:问答Eclipse PHP - How to make the comment styling agree with Doxygen
I\'m using Doxygen with the Eclox plug in on Eclipse Helios for a PHP project. Nearly everything is fine, BUT:[详细]
2023-02-24 05:26 分类:问答how to exclude private methods from graphviz/doxygen?
I have doxygen/graphiz running just fine for my java code (via the wizard), but the setting EXTRACT_PRIVATE = NO seems to only开发者_开发问答 relate to the documentation, not the graphing. When using[详细]
2023-02-23 10:02 分类:问答Is phpDocumentor dead?
Or is it just at a \'finished\' state?I\'ve used PHPDoc for many years on all my PHP projects, but I recently noticed that the last post on the PHPDoc website was f开发者_如何转开发rom 2008.So I\'m wo[详细]
2023-02-23 08:08 分类:问答How to parse a C/C++ header file by doxygen(Now to invoke doxygen's API?)
I commented my source file with doxygen sy开发者_开发知识库ntax, example: /** * @brief get Root tree[详细]
2023-02-22 21:58 分类:问答Using regular expressions in python to determine C++ functions and their parameters
So I\'m doing something wrong in this python script, but it\'s becoming convoluted and I\'m losing sight of what I\'m doing wrong.[详细]
2023-02-22 12:12 分类:问答How can I include a list of doxygen ALIASES defined in an external file when compiling
Does anyone know how I can include a list of doxygen ALIASES defin开发者_JS百科ed in an external file when compiling[详细]
2023-02-20 17:27 分类:问答