Skip to content

akliewer99/doxygen_amk

This branch is 181 commits behind doxygen/doxygen:master.

Folders and files

NameName
Last commit message
Last commit date
Dec 9, 2024
Dec 11, 2024
Nov 2, 2024
Aug 9, 2024
Dec 15, 2024
Aug 22, 2024
Sep 10, 2024
Jul 11, 2024
Apr 14, 2024
Dec 15, 2024
Oct 31, 2024
Oct 15, 2024
Oct 4, 2024
May 23, 2024
Mar 2, 2023
May 29, 2023
Jan 30, 2024
May 25, 2023
May 20, 2024
Sep 7, 2024
Dec 7, 2023
Nov 29, 2020
Feb 26, 2022
Jan 23, 2016
Nov 17, 2023
Aug 7, 2024

Repository files navigation

Doxygen

Donate

Doxygen is the de facto standard tool for generating documentation from annotated C++ sources, but it also supports other popular programming languages such as C, Objective-C, C#, PHP, Java, Python, IDL (Corba, Microsoft, and UNO/OpenOffice flavors), Fortran, and to some extent D. Doxygen also supports the hardware description language VHDL.

Doxygen can help you in three ways:

  1. It can generate an on-line documentation browser (in HTML) and/or an off-line reference manual (in LaTeX) from a set of documented source files. There is also support for generating output in RTF (MS-Word), PostScript, hyperlinked PDF, compressed HTML, DocBook and Unix man pages. The documentation is extracted directly from the sources, which makes it much easier to keep the documentation consistent with the source code.
  2. You can configure doxygen to extract the code structure from undocumented source files. This is very useful to quickly find your way in large source distributions. Doxygen can also visualize the relations between the various elements by means of include dependency graphs, inheritance diagrams, and collaboration diagrams, which are all generated automatically.
  3. You can also use doxygen for creating normal documentation (as I did for the doxygen user manual and doxygen web-site).

Download

The latest binaries and source of Doxygen can be downloaded from:

Developers

Issues, bugs, requests, ideas

Use the issue tracker to report bugs.

Comms

Mailing Lists

There are three mailing lists:

Source Code

In May 2013, Doxygen moved from subversion to git hosted at GitHub

Enjoy,

Dimitri van Heesch (doxygen at gmail.com)

About

Official doxygen git repository

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 71.3%
  • Lex 13.8%
  • Python 10.8%
  • TeX 1.7%
  • CMake 0.7%
  • JavaScript 0.6%
  • Other 1.1%