diff options
author | albert-github <albert.tests@gmail.com> | 2019-01-06 15:29:07 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2019-01-06 15:29:07 (GMT) |
commit | 11433d6b8cfe9a9ffb472fa5f7569dfad2ce6cdb (patch) | |
tree | fbb7efd6d8311d2e72e815932903ba460d85417f /testing/066 | |
parent | 62712c703b377777a80b61e3ce7e7595771c2ad5 (diff) | |
download | Doxygen-11433d6b8cfe9a9ffb472fa5f7569dfad2ce6cdb.zip Doxygen-11433d6b8cfe9a9ffb472fa5f7569dfad2ce6cdb.tar.gz Doxygen-11433d6b8cfe9a9ffb472fa5f7569dfad2ce6cdb.tar.bz2 |
Warning messages of test 66
Test 66 gives some warning messages bout not documented entities:
.../testing/066_property_initializer.cs:4: warning: Compound Class1 is not documented.
.../testing/066_property_initializer.cs:5: warning: Member Property1 (property) of class Class1 is not documented.
.../testing/066_property_initializer.cs:6: warning: Member Property2 (property) of class Class1 is not documented.
The entities have been documented.
Diffstat (limited to 'testing/066')
-rwxr-xr-x[-rw-r--r--] | testing/066/class_class1.xml | 103 |
1 files changed, 53 insertions, 50 deletions
diff --git a/testing/066/class_class1.xml b/testing/066/class_class1.xml index 008bcc6..34335a7 100644..100755 --- a/testing/066/class_class1.xml +++ b/testing/066/class_class1.xml @@ -1,50 +1,53 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<doxygen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="compound.xsd" version=""> - <compounddef id="class_class1" kind="class" language="C#" prot="public"> - <compoundname>Class1</compoundname> - <sectiondef kind="property"> - <memberdef kind="property" id="class_class1_1a6b0b2ab73516e37adb38b8ff33f97c40" prot="public" static="no" readable="no" writable="no" gettable="yes" privategettable="no" protectedgettable="no" settable="no" privatesettable="no" protectedsettable="no"> - <type>int</type> - <definition>int Class1.Property1</definition> - <argsstring/> - <name>Property1</name> - <initializer>= 1</initializer> - <briefdescription> - </briefdescription> - <detaileddescription> - </detaileddescription> - <inbodydescription> - </inbodydescription> - <location file="066_property_initializer.cs" line="5" column="1" bodyfile="066_property_initializer.cs" bodystart="5" bodyend="5"/> - </memberdef> - <memberdef kind="property" id="class_class1_1a0d5b843d48ebc2c078e003d6ff3a1610" prot="public" static="no" readable="no" writable="no" gettable="yes" privategettable="no" protectedgettable="no" settable="yes" privatesettable="no" protectedsettable="no"> - <type>string</type> - <definition>string Class1.Property2</definition> - <argsstring/> - <name>Property2</name> - <briefdescription> - </briefdescription> - <detaileddescription> - </detaileddescription> - <inbodydescription> - </inbodydescription> - <location file="066_property_initializer.cs" line="6" column="1" bodyfile="066_property_initializer.cs" bodystart="6" bodyend="6"/> - </memberdef> - </sectiondef> - <briefdescription> - </briefdescription> - <detaileddescription> - </detaileddescription> - <location file="066_property_initializer.cs" line="4" column="1" bodyfile="066_property_initializer.cs" bodystart="3" bodyend="7"/> - <listofallmembers> - <member refid="class_class1_1a6b0b2ab73516e37adb38b8ff33f97c40" prot="public" virt="non-virtual"> - <scope>Class1</scope> - <name>Property1</name> - </member> - <member refid="class_class1_1a0d5b843d48ebc2c078e003d6ff3a1610" prot="public" virt="non-virtual"> - <scope>Class1</scope> - <name>Property2</name> - </member> - </listofallmembers> - </compounddef> -</doxygen> +<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<doxygen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="compound.xsd" version="">
+ <compounddef id="class_class1" kind="class" language="C#" prot="public">
+ <compoundname>Class1</compoundname>
+ <sectiondef kind="property">
+ <memberdef kind="property" id="class_class1_1a6b0b2ab73516e37adb38b8ff33f97c40" prot="public" static="no" readable="no" writable="no" gettable="yes" privategettable="no" protectedgettable="no" settable="no" privatesettable="no" protectedsettable="no">
+ <type>int</type>
+ <definition>int Class1.Property1</definition>
+ <argsstring/>
+ <name>Property1</name>
+ <initializer>= 1</initializer>
+ <briefdescription>
+ <para>Documentation of first property. </para>
+ </briefdescription>
+ <detaileddescription>
+ </detaileddescription>
+ <inbodydescription>
+ </inbodydescription>
+ <location file="066_property_initializer.cs" line="7" column="1" bodyfile="066_property_initializer.cs" bodystart="7" bodyend="7"/>
+ </memberdef>
+ <memberdef kind="property" id="class_class1_1a0d5b843d48ebc2c078e003d6ff3a1610" prot="public" static="no" readable="no" writable="no" gettable="yes" privategettable="no" protectedgettable="no" settable="yes" privatesettable="no" protectedsettable="no">
+ <type>string</type>
+ <definition>string Class1.Property2</definition>
+ <argsstring/>
+ <name>Property2</name>
+ <briefdescription>
+ <para>Documentation of second property. </para>
+ </briefdescription>
+ <detaileddescription>
+ </detaileddescription>
+ <inbodydescription>
+ </inbodydescription>
+ <location file="066_property_initializer.cs" line="8" column="1" bodyfile="066_property_initializer.cs" bodystart="8" bodyend="8"/>
+ </memberdef>
+ </sectiondef>
+ <briefdescription>
+ <para>Documentation of the class. </para>
+ </briefdescription>
+ <detaileddescription>
+ </detaileddescription>
+ <location file="066_property_initializer.cs" line="6" column="1" bodyfile="066_property_initializer.cs" bodystart="5" bodyend="9"/>
+ <listofallmembers>
+ <member refid="class_class1_1a6b0b2ab73516e37adb38b8ff33f97c40" prot="public" virt="non-virtual">
+ <scope>Class1</scope>
+ <name>Property1</name>
+ </member>
+ <member refid="class_class1_1a0d5b843d48ebc2c078e003d6ff3a1610" prot="public" virt="non-virtual">
+ <scope>Class1</scope>
+ <name>Property2</name>
+ </member>
+ </listofallmembers>
+ </compounddef>
+</doxygen>
|