GNATDOC(1) | GNAT Programming Studio | GNATDOC(1) |
gnatdoc - extract documentation from Ada sources
gnatdoc -Pproject[.gpr]
GNATdoc is a documentation tool for Ada which processes source files, extracts documentation directly from the sources, and generates annotated HTML files. It is based on the source cross-reference information (e.g. generated by GNAT for Ada files). This means that you should ensure that cross-reference information has been generated before generating the documentation. It also relies on standard comments that it extracts from the source code. The engine in charge of extracting them coupled with the cross-reference engine gives GNATdoc all the flexibility needed to generate accurate documentation, and report errors in case of wrong documentation.
gprbuild (1), various user guides in the /usr/share/doc/gnat-gps directory if the gnat-gps-doc Debian package is installed on your system, and the full gprbuild manual at http://docs.adacore.com/gprbuild-docs/html/gprbuild_ug.html.
The GNAT Programming Studio has been written and is maintained by Ada Core Technologies. If you are interested in getting commercial support for this software, please contact sales@gnat.com.
This manual page has been written by Nicolas Boulenguez <nicolas@debian.org> for Debian GNU/Linux.
21 MAY 2016 | GNU Ada Tools |