]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
gnat_ugn.texi, [...]: Add the documentation for the new gnatmetric option for generat...
authorSergey Rybin <rybin@adacore.com>
Fri, 19 Jun 2009 10:34:46 +0000 (10:34 +0000)
committerArnaud Charlet <charlet@gcc.gnu.org>
Fri, 19 Jun 2009 10:34:46 +0000 (12:34 +0200)
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

gcc/ada/ChangeLog
gcc/ada/gnat_ugn.texi
gcc/ada/vms_data.ads

index 580763e367f01a6ce5ac307cc3eea6e82b41f2ac..a57ce72f35fe444f3f5d3e753a0784bbf2c24117 100644 (file)
@@ -1,3 +1,9 @@
+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
index 4e5e2141fda07a88e82e3404e2976a5f12e4b2ce..d4657b56f04a79fe90cb395c33fd208456bd38f0 100644 (file)
@@ -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^})
index f4841df6df74b15c85a085ec427027ee886d0177..bba37de89b5c0dedd15bc42da7c1ae4f1f63c9e6 100644 (file)
@@ -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