| |||||
It can provide online or offline documentation systems for projects written in Python, PHP, C++, C, Java, Objective-C, IDL (Cobra and Microsoft flavors), C#, and anything else.
Doxygen works by scanning the source code and extracting source code comments, using them as documentation for the project.
It can also showcase the structure of projects, showing how stuff works with its intrinsic parts.
What's New in This Release: [ read full changelog ]
· Added support for using external tools to index and search through the HTML documentation. An example index tool is provided (doxyindexer) and an example search engine (doxysearch.cgi). To configure the external search engine the following new options are added to the configuration file: EXTERNAL_SEARCH (to enable the feature), SEARCHENGINE_URL (to specify the URL of the search engine), SEARCHDATA_FILE (to specify the name of the raw search data to index), EXTRA_SEARCH_MAPPINGS (for search through multiple projects).
· Added USE_MDFILE_AS_MAINPAGE config option to select a markdown page to be used as the main page.

Via: Doxygen 1.8.4






0 Comment:
Post a Comment