Commit c38e990f by Sergey Rybin Committed by Arnaud Charlet

gnat_ugn.texi, [...]: Add the documentation for the new gnatmetric option for…

gnat_ugn.texi, [...]: Add the documentation for the new gnatmetric option for generating the schema...

2009-06-19  Sergey Rybin  <rybin@adacore.com>

	* gnat_ugn.texi, vms_data.ads: Add the documentation for the new
	gnatmetric option for generating the schema file for gnatmetric XML
	output. Add corresponding VMS qualifier.

From-SVN: r148692
parent 1175f0b6
2009-06-19 Sergey Rybin <rybin@adacore.com>
* gnat_ugn.texi, vms_data.ads: Add the documentation for the new
gnatmetric option for generating the schema file for gnatmetric XML
output. Add corresponding VMS qualifier.
2009-06-19 Robert Dewar <dewar@adacore.com>
* g-cgi.adb: Minor reformatting
......
......@@ -17177,6 +17177,13 @@ The following switches control the @command{gnatmetric} output:
@item ^-x^/XML^
Generate the XML output
@cindex @option{^-xs^/XSD^} (@command{gnatmetric})
@item ^-xs^/XSD^
Generate the XML output and the XML schema file that describes the structure
of the XML metric report, this schema is assigned to the XML file. The schema
file has the same name as the XML output file with @file{.xml} suffix replaced
with @file{.xsd}
@cindex @option{^-nt^/NO_TEXT^} (@command{gnatmetric})
@item ^-nt^/NO_TEXT^
Do not generate the output in text form (implies @option{^-x^/XML^})
......@@ -4987,6 +4987,8 @@ package VMS_Data is
"!-x,!-nt,!-sfn " &
"XML " &
"-x " &
"XSD " &
"-xs " &
"NO_TEXT " &
"-nt " &
"SHORT_SOURCE_FILE_NAME " &
......@@ -5000,6 +5002,9 @@ package VMS_Data is
-- DEFAULT (D) Generate the text output only, use full
-- argument source names in global information
-- XML Generate the output in XML format
-- XSD Generate the output in XML format, and
-- generate an XML schema file that describes
-- the structure of XML metrics report
-- NO_TEXT Do not generate the text output (implies XML)
-- SHORT_SOURCE_FILE_NAME Use short argument source names in output
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment