File: class_test.xml

package info (click to toggle)
doxygen 1.8.8-3
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 21,204 kB
  • ctags: 30,799
  • sloc: cpp: 234,372; lex: 34,822; xml: 8,057; python: 2,566; perl: 1,592; ansic: 913; sh: 868; tcl: 594; makefile: 584; php: 445; yacc: 235; objc: 14; java: 1
file content (36 lines) | stat: -rw-r--r-- 1,560 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?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_test" kind="class" prot="public">
    <compoundname>Test</compoundname>
    <sectiondef kind="public-func">
      <memberdef kind="function" id="class_test_1a47b775f65718978f1ffcd96376f8ecfa" prot="public" static="no" const="no" explicit="no" inline="no" virt="non-virtual">
        <type>void</type>
        <definition>void Test::example</definition>
        <argsstring>()</argsstring>
        <name>example</name>
        <briefdescription>
          <para>An example member function. </para>
        </briefdescription>
        <detaileddescription>
          <para>More details about this function. </para>
        </detaileddescription>
        <inbodydescription>
        </inbodydescription>
        <location file="025_example.cpp" bodystart="20" bodyend="20"/>
      </memberdef>
    </sectiondef>
    <briefdescription>
      <para>A <ref refid="class_test" kindref="compound">Test</ref> class. </para>
    </briefdescription>
    <detaileddescription>
      <para>More details about this class. </para>
    </detaileddescription>
    <location file="025_example.cpp" bodystart="10" bodyend="18"/>
    <listofallmembers>
      <member refid="class_test_1a47b775f65718978f1ffcd96376f8ecfa" prot="public" virt="non-virtual">
        <scope>Test</scope>
        <name>example</name>
      </member>
    </listofallmembers>
  </compounddef>
</doxygen>