doxygen 1.8.4 发布,生成类似JavaDoc的文档

jopen 11年前

Doxygen是一个跨平台的,用于生成类似JavaDoc文档的系统。支持的开发语言包括:C++, C, Objective-C, C#, Java, IDL, Python, PHP, VHDL, 和Fortran等。Doxygen能够从一组源文件生成一个在线的类浏览器(HTML格式)和离线参考手册(LaTeX 和 RTF格式)。 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.

发布日志: This release adds support for improved cross-referencing, syntax highlighting, and call graphs by using LLVM/clang to parse the source code. It adds support for DocBook output and for parsing UNO IDL files (used by Libre Office). It includes a number of smaller changes and improvements as well as a large number of bugfixes