@@ -50,16 +50,20 @@ A brief description of the supported switches is available through the
5050 Usage: gnatdoc [options] project_file
5151
5252 Options:
53- --backend <name> Backend to use to generate output
54- --generate <part> Part of code to generate documentation
53+ --backend <html|odf|rst|xml>
54+ Backend to use to generate output
55+ --generate <public|private|body>
56+ Part of code to generate documentation
57+ --style <leading|trailing|gnat>
58+ Use given style of documentation
5559 -O, --output-dir <output_dir>
5660 Output directory for generated documentation
5761 -P, --project <project_file>
5862 Project file to process
59- --style <style> Use given style of documentation
6063 --warnings Report warnings for undocumented entities
6164 -v, --verbose Enable verbose output
62- -X Set scenario variable
65+ -X <name=value> Specify an external reference for scenario
66+ variables
6367 -h, --help Display help information
6468
6569 Arguments:
@@ -78,8 +82,9 @@ Here is the list of supported switches:
7882
7983* `--backend=<name> `: select the output format
8084
81- GNATdoc generates HTML files (*--backend=html *), or ReST
82- files (*--backend=rst *). The default is HTML.
85+ GNATdoc generates HTML files (*--backend=html *), OpenDocument Text document
86+ (*--backend-odf *), ReST files (*--backend=rst *), or XML file
87+ (*--backend=xml *). The default is HTML.
8388
8489* `--generate=<part> `: Select the of entities to be included into the documentation
8590
0 commit comments