Automated C, C++, and Java Documentation Generator
Doxygen is a documentation system for C, C++, Java, and IDL. It can
generate an online class browser (in HTML) and an offline reference
manual (in LaTeX) from a set of documented source files. The
documentation is extracted directly from the sources. Doxygen is
developed on a Linux platform, but it runs on most other UNIX flavors
as well. An executable for Windows 95/NT is also available.
- Developed at devel:tools
-
8
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/doxygen && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
doxygen-1.5.9-64archs.patch | 0000001183 1.16 KB | |
doxygen-1.5.9-man.patch | 0000000756 756 Bytes | |
doxygen-1.7.0-modify_footer.patch | 0000000608 608 Bytes | |
doxygen-1.8.4-html.tar.bz2 | 0000701866 685 KB | |
doxygen-1.8.4.src.tar.gz | 0006456090 6.16 MB | |
doxygen-html.sh | 0000000453 453 Bytes | |
doxygen-no-lowercase-man-names.patch | 0000000507 507 Bytes | |
doxygen.changes | 0000057708 56.4 KB | |
doxygen.spec | 0000003740 3.65 KB | |
doxygen_manual-1.8.4.pdf.zip | 0000751798 734 KB | |
doxywizard-1.5.9-flex.patch | 0000000126 126 Bytes | |
doxywizard.changes | 0000025336 24.7 KB | |
doxywizard.desktop | 0000000070 70 Bytes | |
doxywizard.spec | 0000004256 4.16 KB |
Revision 49 (latest revision is 102)
Stephan Kulow (coolo)
accepted
request 180989
from
Petr Gajdos (pgajdos)
(revision 49)
- updated to 1.8.4: * id 686384: When INLINE_SIMPLE_STRUCTS is enabled, also structs with simple typedefs will be inlined. * Doxywizard: scrolling with mouse wheel no longer affects the values in the expert view. * id 681733: More consistent warnings and errors. * Added support for "clang assisted parsing", which allows the code to also be parsed via libclang (C/C++ frontend of LLVM) and can improve the quality of the syntax highting, cross-references, and call graphs, especially for template heavy C++ code. To enable this feature you have to configure doxygen with the --with-libclang option. Then you get two new configuration options: CLANG_ASSISTED_PARSING to enable or disable parsing via clang and CLANG_OPTIONS to pass additional compiler options needed to compile the files. Note that enabling this feature has a significant performance penality. * Included patch donated by Intel which adds Docbook support. This can be enabled via GENERATE_DOCBOOK and the output location can be controlled using DOCBOOK_OUTPUT. Docbook specific sections can be added using \docbookonly ... \enddocbookonly * Added support for UNO IDL (interace language used in Open/Libre Office), thanks to Michael Stahl for the patch. * Included patch by Adrian Negreanu which stores data gathered by doxygen in a sqlite3 database. Currently still work in progress and can only be enabled using --with-sqlite3 during ./configure. * For interactive SVG graphs, edges are now highlighted when hovered by the mouse. * Include patch by Adrian Negreanu to show duration statistics
Comments 0