Download List

项目描述

Doxygen is a cross-platform, JavaDoc-like documentation system for C++, C, Objective-C, C#, Java, IDL, Python, PHP, VHDL, and Fortran. Doxygen can be used to generate an on-line class browser (in HTML) and/or an off-line reference manual (in LaTeX or RTF) from a set of source files. Doxygen can also be configured to extract the code-structure from undocumented source files. This includes dependency graphs, class diagrams and hyperlinked source code. This type of information can be very useful to quickly find your way in large source distributions.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2013-01-21 11:32
1.8.3.1

此版本的主要重点修复 bug 的数量。它还包括几个小的改进,以纾缓自定义输出。
标签: Bug fixes
The main focus of this release is fixing a number of bugs.

It also includes a couple of minor improvements to ease customizing the output.

2012-12-27 08:11
1.8.3

此版本添加了对使用外部索引和搜索工具进行搜索的 HTML 文档的支持。它包括索引器和基于源码搜索引擎。现在可以选择降价页作为主页面 (以方便 GitHub 的项目)。如 @if 和 @cond 的条件节现在允许警卫的逻辑表达式。包括一些小的改变以及一大批错误修正。
This release adds support for using external indexing and search tools for searching the HTML documentation. It includes an indexer and search engine based on Xapian. A Markdown page can now be selected to serve as the main page (handy for GitHub projects). Conditional sections like @if and @cond now allow logic expressions for the guard. Includes a number of smaller changes as well as a large number of bugfixes.

2012-02-26 07:03
1.8.0

此版本支持降价样式标记在评论中,允许的导航选项卡和树将延伸以用户定义的选项卡,添加与节,创建本地表的目录页的新命令给交互式 SVG 图像的打印选项,并修复 bug。
This release supports Markdown-style markup in comments, allows the navigation tabs and tree to be extended with user-defined tabs, adds a new command to create a local table of contents for pages with sections, gives interactive SVG images a print option, and fixes bugs.

2011-12-11 08:15
1.7.6.1

此版本修复了一个 bug,可能会导致 doxygen 预处理挂 INCLUDE_PATH 不为空的时候。它还会修复两个案件中,doxygen 预处理不生产有效的 XHTML 输出。它在 Python 中添加对 @staticmethods 的支持,并提供更多的 doxygen 预处理所使用的内部缓存的大小控制。
标签: Bug fixes
This release fixes a bug which could cause doxygen to hang when INCLUDE_PATH was not empty. It also fixes two cases in which doxygen was not producing valid XHTML output. It adds support for @staticmethods in Python and provides more control over the size of internal caches used by doxygen.

2011-12-04 10:37
1.7.6

导航树 (GENERATE_TREEVIEW = YES) 已经过重新设计。本地搜索引擎现在是更加紧凑,所以搜索数据的加载速度。支持已添加为交叉引用智能指针类一样。已添加对 PHP 定界符的支持。VHDL 分析器已被重写。很多 bug 已修复。
The navigation tree (GENERATE_TREEVIEW=YES) has been redesigned. The local search engine is now more compact, so the search data loads faster. Support
has been added for cross-referencing smart-pointer like classes. Support for PHP heredoc has been added. The VHDL parser has been rewritten. Many bugs have been fixed.

Project Resources