Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
doxverilog
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
doxverilog
Commits
e986e003
Commit
e986e003
authored
Nov 15, 2014
by
Dimitri van Heesch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added language attribute to XML output for classes, namespaces, and files
parent
0fea3d4c
Changes
62
Hide whitespace changes
Inline
Side-by-side
Showing
62 changed files
with
105 additions
and
65 deletions
+105
-65
libdoxygen.t.in
src/libdoxygen.t.in
+1
-1
res2cc_cmd.py
src/res2cc_cmd.py
+17
-1
xmlgen.cpp
src/xmlgen.cpp
+8
-5
compound.xsd
templates/xml/compound.xsd
+21
-0
008__brief_8c.xml
testing/008/008__brief_8c.xml
+1
-1
class_bug.xml
testing/009/class_bug.xml
+1
-1
class_deprecated.xml
testing/009/class_deprecated.xml
+1
-1
class_reminder.xml
testing/009/class_reminder.xml
+1
-1
class_test.xml
testing/009/class_test.xml
+1
-1
class_todo.xml
testing/009/class_todo.xml
+1
-1
category_integer_07_arithmetic_08.xml
testing/011/category_integer_07_arithmetic_08.xml
+1
-1
interface_integer.xml
testing/011/interface_integer.xml
+1
-1
class_t1.xml
testing/013/class_t1.xml
+1
-1
class_t2.xml
testing/013/class_t2.xml
+1
-1
class_t3.xml
testing/013/class_t3.xml
+1
-1
class_t4.xml
testing/013/class_t4.xml
+1
-1
015__cond_8c.xml
testing/015/015__cond_8c.xml
+1
-1
016__copydoc_8c.xml
testing/016/016__copydoc_8c.xml
+1
-1
018__def_8c.xml
testing/018/018__def_8c.xml
+1
-1
class_test.xml
testing/025/class_test.xml
+1
-1
class_test.xml
testing/026/class_test.xml
+1
-1
struct_car.xml
testing/027/struct_car.xml
+1
-1
struct_object.xml
testing/027/struct_object.xml
+1
-1
struct_truck.xml
testing/027/struct_truck.xml
+1
-1
struct_vehicle.xml
testing/027/struct_vehicle.xml
+1
-1
029__hideinit_8c.xml
testing/029/029__hideinit_8c.xml
+1
-1
035__invariant_8c.xml
testing/035/035__invariant_8c.xml
+1
-1
036__link_8c.xml
testing/036/036__link_8c.xml
+1
-1
class_receiver.xml
testing/037/class_receiver.xml
+1
-1
class_sender.xml
testing/037/class_sender.xml
+1
-1
class_test.xml
testing/039/class_test.xml
+1
-1
namespace_n_s.xml
testing/040/namespace_n_s.xml
+1
-1
class_test.xml
testing/041/class_test.xml
+1
-1
namespaceorg_1_1doxygen_1_1_test.xml
testing/042/namespaceorg_1_1doxygen_1_1_test.xml
+1
-1
struct_s.xml
testing/044/struct_s.xml
+1
-1
046__related_8cpp.xml
testing/046/046__related_8cpp.xml
+1
-1
class_test.xml
testing/046/class_test.xml
+1
-1
047__return_8cpp.xml
testing/047/047__return_8cpp.xml
+1
-1
048__showinit_8c.xml
testing/048/048__showinit_8c.xml
+1
-1
054__parblock_8cpp.xml
testing/054/054__parblock_8cpp.xml
+1
-1
057__caller__graphs_8tcl.xml
testing/057/057__caller__graphs_8tcl.xml
+1
-1
__057__caller__graphs_8tcl.xml
testing/057/__057__caller__graphs_8tcl.xml
+1
-1
namespace1.xml
testing/057/namespace1.xml
+1
-1
namespace1_1_11.xml
testing/057/namespace1_1_11.xml
+1
-1
namespace1_1_11_1_11.xml
testing/057/namespace1_1_11_1_11.xml
+1
-1
namespace2.xml
testing/057/namespace2.xml
+1
-1
namespace2_1_12.xml
testing/057/namespace2_1_12.xml
+1
-1
namespace2_1_12_1_12.xml
testing/057/namespace2_1_12_1_12.xml
+1
-1
namespace2_1_12_1_12_1_12.xml
testing/057/namespace2_1_12_1_12_1_12.xml
+1
-1
namespace2_1_12_1_12_1_12_1_12.xml
testing/057/namespace2_1_12_1_12_1_12_1_12.xml
+1
-1
namespacebar.xml
testing/057/namespacebar.xml
+1
-1
namespacefoo.xml
testing/057/namespacefoo.xml
+1
-1
058__bracket__recursion_8tcl.xml
testing/058/058__bracket__recursion_8tcl.xml
+1
-1
059__command__catch_8tcl.xml
testing/059/059__command__catch_8tcl.xml
+1
-1
060__command__switch_8tcl.xml
testing/060/060__command__switch_8tcl.xml
+1
-1
class_test.xml
testing/061/class_test.xml
+1
-1
namespacen1.xml
testing/062/namespacen1.xml
+1
-1
namespacen2.xml
testing/062/namespacen2.xml
+1
-1
namespacen3.xml
testing/062/namespacen3.xml
+1
-1
namespaceoo.xml
testing/063/namespaceoo.xml
+1
-1
namespaceoo_1_1_helpers.xml
testing/063/namespaceoo_1_1_helpers.xml
+1
-1
namespaceoo_1_1define.xml
testing/063/namespaceoo_1_1define.xml
+1
-1
No files found.
src/libdoxygen.t.in
View file @
e986e003
...
...
@@ -121,6 +121,6 @@ TO_C_CMD=$(PYTHON) to_c_cmd.py < $< > $@
$(GENERATED_SRC)/layout_default.xml.h: layout_default.xml
$(TO_C_CMD)
../generated_src/doxygen/resources.cpp: res2cc_cmd.py $(wildcard ../templates/html/*)
../generated_src/doxygen/resources.cpp: res2cc_cmd.py $(wildcard ../templates/html/*)
$(wildcard ../templates/xml) $(wildcard ../templates/latex)
$(PYTHON) res2cc_cmd.py ../templates ../generated_src/doxygen/resources.cpp
src/res2cc_cmd.py
View file @
e986e003
#!/usr/bin/python
# Script that compiles a set of resources into a single C++ source file. The C++ file
# offers an initResources() function, which registers the resources with the resource
# manager (class ResourceMgr)
#
# Copyright (C) 1997-2014 by Dimitri van Heesch.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation under the terms of the GNU General Public License is hereby
# granted. No representations are made about the suitability of this software
# for any purpose. It is provided "as is" without express or implied warranty.
# See the GNU General Public License for more details.
#
# Documents produced by Doxygen are derivative works derived from the
# input used in their production; they are not affected by this license.
#
from
__future__
import
print_function
from
os
import
listdir
,
stat
,
walk
from
os.path
import
isfile
,
join
,
splitext
...
...
@@ -78,7 +94,7 @@ class LumaFile(File):
def
main
():
if
len
(
sys
.
argv
)
<
3
:
sys
.
exit
(
'Usage:
%
s directory output_file.c'
%
sys
.
argv
[
0
])
sys
.
exit
(
'Usage:
%
s directory output_file.c
pp
'
%
sys
.
argv
[
0
])
directory
=
sys
.
argv
[
1
]
files
=
[]
for
dirName
,
subdirList
,
fileList
in
walk
(
directory
):
...
...
src/xmlgen.cpp
View file @
e986e003
...
...
@@ -1251,7 +1251,8 @@ static void generateXMLForClass(ClassDef *cd,FTextStream &ti)
writeXMLHeader
(
t
);
t
<<
" <compounddef id=
\"
"
<<
classOutputFileBase
(
cd
)
<<
"
\"
kind=
\"
"
<<
cd
->
compoundTypeString
()
<<
"
\"
prot=
\"
"
;
<<
cd
->
compoundTypeString
()
<<
"
\"
language=
\"
"
<<
langToString
(
cd
->
getLanguage
())
<<
"
\"
prot=
\"
"
;
switch
(
cd
->
protection
())
{
case
Public
:
t
<<
"public"
;
break
;
...
...
@@ -1448,8 +1449,9 @@ static void generateXMLForNamespace(NamespaceDef *nd,FTextStream &ti)
//t.setEncoding(FTextStream::UnicodeUTF8);
writeXMLHeader
(
t
);
t
<<
" <compounddef id=
\"
"
<<
nd
->
getOutputFileBase
()
<<
"
\"
kind=
\"
namespace
\"
>"
<<
endl
;
t
<<
" <compounddef id=
\"
"
<<
nd
->
getOutputFileBase
()
<<
"
\"
kind=
\"
namespace
\"
language=
\"
"
<<
langToString
(
nd
->
getLanguage
())
<<
"
\"
>"
<<
endl
;
t
<<
" <compoundname>"
;
writeXMLString
(
t
,
nd
->
name
());
t
<<
"</compoundname>"
<<
endl
;
...
...
@@ -1528,8 +1530,9 @@ static void generateXMLForFile(FileDef *fd,FTextStream &ti)
//t.setEncoding(FTextStream::UnicodeUTF8);
writeXMLHeader
(
t
);
t
<<
" <compounddef id=
\"
"
<<
fd
->
getOutputFileBase
()
<<
"
\"
kind=
\"
file
\"
>"
<<
endl
;
t
<<
" <compounddef id=
\"
"
<<
fd
->
getOutputFileBase
()
<<
"
\"
kind=
\"
file
\"
language=
\"
"
<<
langToString
(
fd
->
getLanguage
())
<<
"
\"
>"
<<
endl
;
t
<<
" <compoundname>"
;
writeXMLString
(
t
,
fd
->
name
());
t
<<
"</compoundname>"
<<
endl
;
...
...
templates/xml/compound.xsd
View file @
e986e003
...
...
@@ -39,6 +39,7 @@
</xsd:sequence>
<xsd:attribute
name=
"id"
type=
"xsd:string"
/>
<xsd:attribute
name=
"kind"
type=
"DoxCompoundKind"
/>
<xsd:attribute
name=
"language"
type=
"DoxLanguage"
use=
"optional"
/>
<xsd:attribute
name=
"prot"
type=
"DoxProtectionKind"
/>
<xsd:attribute
name=
"final"
type=
"DoxBool"
use=
"optional"
/>
<xsd:attribute
name=
"sealed"
type=
"DoxBool"
use=
"optional"
/>
...
...
@@ -686,6 +687,26 @@
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType
name=
"DoxLanguage"
>
<xsd:restriction
base=
"xsd:string"
>
<xsd:enumeration
value=
"Unknown"
/>
<xsd:enumeration
value=
"IDL"
/>
<xsd:enumeration
value=
"Java"
/>
<xsd:enumeration
value=
"C#"
/>
<xsd:enumeration
value=
"D"
/>
<xsd:enumeration
value=
"PHP"
/>
<xsd:enumeration
value=
"Objective-C"
/>
<xsd:enumeration
value=
"C++"
/>
<xsd:enumeration
value=
"Javascript"
/>
<xsd:enumeration
value=
"Python"
/>
<xsd:enumeration
value=
"Fortran"
/>
<xsd:enumeration
value=
"VHDL"
/>
<xsd:enumeration
value=
"XML"
/>
<xsd:enumeration
value=
"Tcl"
/>
<xsd:enumeration
value=
"Markdown"
/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType
name=
"DoxVirtualKind"
>
<xsd:restriction
base=
"xsd:string"
>
<xsd:enumeration
value=
"non-virtual"
/>
...
...
testing/008/008__brief_8c.xml
View file @
e986e003
<?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=
"008__brief_8c"
kind=
"file"
>
<compounddef
id=
"008__brief_8c"
kind=
"file"
language=
"C++"
>
<compoundname>
008_brief.c
</compoundname>
<briefdescription>
<para>
A brief description.
</para>
...
...
testing/009/class_bug.xml
View file @
e986e003
<?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_bug"
kind=
"class"
prot=
"public"
>
<compounddef
id=
"class_bug"
kind=
"class"
language=
"C++"
prot=
"public"
>
<compoundname>
Bug
</compoundname>
<sectiondef
kind=
"public-func"
>
<memberdef
kind=
"function"
id=
"class_bug_1a1f720954dd97cd1203e80501a6eae74c"
prot=
"public"
static=
"no"
const=
"no"
explicit=
"no"
inline=
"no"
virt=
"non-virtual"
>
...
...
testing/009/class_deprecated.xml
View file @
e986e003
<?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_deprecated"
kind=
"class"
prot=
"public"
>
<compounddef
id=
"class_deprecated"
kind=
"class"
language=
"C++"
prot=
"public"
>
<compoundname>
Deprecated
</compoundname>
<sectiondef
kind=
"public-func"
>
<memberdef
kind=
"function"
id=
"class_deprecated_1a1d5f6803e72c625727e7083d1722dbf9"
prot=
"public"
static=
"no"
const=
"no"
explicit=
"no"
inline=
"no"
virt=
"non-virtual"
>
...
...
testing/009/class_reminder.xml
View file @
e986e003
<?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_reminder"
kind=
"class"
prot=
"public"
>
<compounddef
id=
"class_reminder"
kind=
"class"
language=
"C++"
prot=
"public"
>
<compoundname>
Reminder
</compoundname>
<sectiondef
kind=
"public-func"
>
<memberdef
kind=
"function"
id=
"class_reminder_1a173b5218bb11287b0e86a550d9f0728d"
prot=
"public"
static=
"no"
const=
"no"
explicit=
"no"
inline=
"no"
virt=
"non-virtual"
>
...
...
testing/009/class_test.xml
View file @
e986e003
<?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"
>
<compounddef
id=
"class_test"
kind=
"class"
language=
"C++"
prot=
"public"
>
<compoundname>
Test
</compoundname>
<sectiondef
kind=
"public-func"
>
<memberdef
kind=
"function"
id=
"class_test_1a9fc54b716f326514a4c5f434137f4fc0"
prot=
"public"
static=
"no"
const=
"no"
explicit=
"no"
inline=
"no"
virt=
"non-virtual"
>
...
...
testing/009/class_todo.xml
View file @
e986e003
<?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_todo"
kind=
"class"
prot=
"public"
>
<compounddef
id=
"class_todo"
kind=
"class"
language=
"C++"
prot=
"public"
>
<compoundname>
Todo
</compoundname>
<sectiondef
kind=
"public-func"
>
<memberdef
kind=
"function"
id=
"class_todo_1a9e70ec9176ac4c1b20e011b4daddc9d8"
prot=
"public"
static=
"no"
const=
"no"
explicit=
"no"
inline=
"no"
virt=
"non-virtual"
>
...
...
testing/011/category_integer_07_arithmetic_08.xml
View file @
e986e003
<?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=
"category_integer_07_arithmetic_08"
kind=
"category"
prot=
"public"
>
<compounddef
id=
"category_integer_07_arithmetic_08"
kind=
"category"
language=
"Objective-C"
prot=
"public"
>
<compoundname>
Integer(Arithmetic)
</compoundname>
<sectiondef
kind=
"public-func"
>
<memberdef
kind=
"function"
id=
"category_integer_07_arithmetic_08_1a12f411c5872ba3bafb8ea7dd1826cf2a"
prot=
"public"
static=
"no"
const=
"no"
explicit=
"no"
inline=
"no"
virt=
"virtual"
>
...
...
testing/011/interface_integer.xml
View file @
e986e003
<?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=
"interface_integer"
kind=
"class"
prot=
"public"
>
<compounddef
id=
"interface_integer"
kind=
"class"
language=
"Objective-C"
prot=
"public"
>
<compoundname>
Integer
</compoundname>
<basecompoundref
prot=
"public"
virt=
"non-virtual"
>
Object
</basecompoundref>
<sectiondef
kind=
"protected-attrib"
>
...
...
testing/013/class_t1.xml
View file @
e986e003
<?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_t1"
kind=
"class"
prot=
"public"
>
<compounddef
id=
"class_t1"
kind=
"class"
language=
"C++"
prot=
"public"
>
<compoundname>
T1
</compoundname>
<includes
refid=
"013__class_8h"
local=
"yes"
>
inc/013_class.h
</includes>
<briefdescription>
...
...
testing/013/class_t2.xml
View file @
e986e003
<?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_t2"
kind=
"class"
prot=
"public"
>
<compounddef
id=
"class_t2"
kind=
"class"
language=
"C++"
prot=
"public"
>
<compoundname>
T2
</compoundname>
<includes
refid=
"013__class_8h"
local=
"no"
>
013_class.h
</includes>
<briefdescription>
...
...
testing/013/class_t3.xml
View file @
e986e003
<?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_t3"
kind=
"class"
prot=
"public"
>
<compounddef
id=
"class_t3"
kind=
"class"
language=
"C++"
prot=
"public"
>
<compoundname>
T3
</compoundname>
<includes
refid=
"013__class_8h"
local=
"no"
>
013_class.h
</includes>
<briefdescription>
...
...
testing/013/class_t4.xml
View file @
e986e003
<?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_t4"
kind=
"class"
prot=
"public"
>
<compounddef
id=
"class_t4"
kind=
"class"
language=
"C++"
prot=
"public"
>
<compoundname>
T4
</compoundname>
<includes
refid=
"013__class_8h"
local=
"yes"
>
inc/013_class.h
</includes>
<briefdescription>
...
...
testing/015/015__cond_8c.xml
View file @
e986e003
<?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=
"015__cond_8c"
kind=
"file"
>
<compounddef
id=
"015__cond_8c"
kind=
"file"
language=
"C++"
>
<compoundname>
015_cond.c
</compoundname>
<sectiondef
kind=
"func"
>
<memberdef
kind=
"function"
id=
"015__cond_8c_1a2521dcda743ec66ad8e030113d6e0c63"
prot=
"public"
static=
"no"
const=
"no"
explicit=
"no"
inline=
"no"
virt=
"non-virtual"
>
...
...
testing/016/016__copydoc_8c.xml
View file @
e986e003
<?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=
"016__copydoc_8c"
kind=
"file"
>
<compounddef
id=
"016__copydoc_8c"
kind=
"file"
language=
"C++"
>
<compoundname>
016_copydoc.c
</compoundname>
<sectiondef
kind=
"func"
>
<memberdef
kind=
"function"
id=
"016__copydoc_8c_1af721a79655a3857b98d70fa6ada8a916"
prot=
"public"
static=
"no"
const=
"no"
explicit=
"no"
inline=
"no"
virt=
"non-virtual"
>
...
...
testing/018/018__def_8c.xml
View file @
e986e003
<?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=
"018__def_8c"
kind=
"file"
>
<compounddef
id=
"018__def_8c"
kind=
"file"
language=
"C++"
>
<compoundname>
018_def.c
</compoundname>
<sectiondef
kind=
"define"
>
<memberdef
kind=
"define"
id=
"018__def_8c_1a824c99cb152a3c2e9111a2cb9c34891e"
prot=
"public"
static=
"no"
>
...
...
testing/025/class_test.xml
View file @
e986e003
<?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"
>
<compounddef
id=
"class_test"
kind=
"class"
language=
"C++"
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"
>
...
...
testing/026/class_test.xml
View file @
e986e003
<?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"
>
<compounddef
id=
"class_test"
kind=
"class"
language=
"C++"
prot=
"public"
>
<compoundname>
Test
</compoundname>
<templateparamlist>
<param>
...
...
testing/027/struct_car.xml
View file @
e986e003
<?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=
"struct_car"
kind=
"struct"
prot=
"public"
>
<compounddef
id=
"struct_car"
kind=
"struct"
language=
"C++"
prot=
"public"
>
<compoundname>
Car
</compoundname>
<basecompoundref
refid=
"struct_vehicle"
prot=
"public"
virt=
"non-virtual"
>
Vehicle
</basecompoundref>
<sectiondef
kind=
"protected-attrib"
>
...
...
testing/027/struct_object.xml
View file @
e986e003
<?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=
"struct_object"
kind=
"struct"
prot=
"public"
>
<compounddef
id=
"struct_object"
kind=
"struct"
language=
"C++"
prot=
"public"
>
<compoundname>
Object
</compoundname>
<derivedcompoundref
refid=
"struct_vehicle"
prot=
"public"
virt=
"non-virtual"
>
Vehicle
</derivedcompoundref>
<sectiondef
kind=
"private-attrib"
>
...
...
testing/027/struct_truck.xml
View file @
e986e003
<?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=
"struct_truck"
kind=
"struct"
prot=
"public"
>
<compounddef
id=
"struct_truck"
kind=
"struct"
language=
"C++"
prot=
"public"
>
<compoundname>
Truck
</compoundname>
<basecompoundref
refid=
"struct_vehicle"
prot=
"public"
virt=
"non-virtual"
>
Vehicle
</basecompoundref>
<sectiondef
kind=
"protected-attrib"
>
...
...
testing/027/struct_vehicle.xml
View file @
e986e003
<?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=
"struct_vehicle"
kind=
"struct"
prot=
"public"
>
<compounddef
id=
"struct_vehicle"
kind=
"struct"
language=
"C++"
prot=
"public"
>
<compoundname>
Vehicle
</compoundname>
<basecompoundref
refid=
"struct_object"
prot=
"public"
virt=
"non-virtual"
>
Object
</basecompoundref>
<derivedcompoundref
refid=
"struct_car"
prot=
"public"
virt=
"non-virtual"
>
Car
</derivedcompoundref>
...
...
testing/029/029__hideinit_8c.xml
View file @
e986e003
<?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=
"029__hideinit_8c"
kind=
"file"
>
<compounddef
id=
"029__hideinit_8c"
kind=
"file"
language=
"C++"
>
<compoundname>
029_hideinit.c
</compoundname>
<sectiondef
kind=
"var"
>
<memberdef
kind=
"variable"
id=
"029__hideinit_8c_1a799f44203647e4c53bdb0386aa95680f"
prot=
"public"
static=
"no"
mutable=
"no"
>
...
...
testing/035/035__invariant_8c.xml
View file @
e986e003
<?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=
"035__invariant_8c"
kind=
"file"
>
<compounddef
id=
"035__invariant_8c"
kind=
"file"
language=
"C++"
>
<compoundname>
035_invariant.c
</compoundname>
<sectiondef
kind=
"func"
>
<memberdef
kind=
"function"
id=
"035__invariant_8c_1a92e32ddd4278ab907422d5aaa34cb796"
prot=
"public"
static=
"no"
const=
"no"
explicit=
"no"
inline=
"no"
virt=
"non-virtual"
>
...
...
testing/036/036__link_8c.xml
View file @
e986e003
<?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=
"036__link_8c"
kind=
"file"
>
<compounddef
id=
"036__link_8c"
kind=
"file"
language=
"C++"
>
<compoundname>
036_link.c
</compoundname>
<innerclass
refid=
"class_test"
prot=
"public"
>
Test
</innerclass>
<sectiondef
kind=
"func"
>
...
...
testing/037/class_receiver.xml
View file @
e986e003
<?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_receiver"
kind=
"class"
prot=
"public"
>
<compounddef
id=
"class_receiver"
kind=
"class"
language=
"C++"
prot=
"public"
>
<compoundname>
Receiver
</compoundname>
<sectiondef
kind=
"public-func"
>
<memberdef
kind=
"function"
id=
"class_receiver_1a162099741e0324e6254c9bc570566e40"
prot=
"public"
static=
"no"
const=
"no"
explicit=
"no"
inline=
"no"
virt=
"non-virtual"
>
...
...
testing/037/class_sender.xml
View file @
e986e003
<?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_sender"
kind=
"class"
prot=
"public"
>
<compounddef
id=
"class_sender"
kind=
"class"
language=
"C++"
prot=
"public"
>
<compoundname>
Sender
</compoundname>
<sectiondef
kind=
"public-func"
>
<memberdef
kind=
"function"
id=
"class_sender_1a8ad2c6f9baa4e798868fe4a4d45f8fda"
prot=
"public"
static=
"no"
const=
"no"
explicit=
"no"
inline=
"no"
virt=
"non-virtual"
>
...
...
testing/039/class_test.xml
View file @
e986e003
<?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"
>
<compounddef
id=
"class_test"
kind=
"class"
language=
"C++"
prot=
"public"
>
<compoundname>
Test
</compoundname>
<sectiondef
kind=
"user-defined"
>
<header>
A group of functions.
</header>
...
...
testing/040/namespace_n_s.xml
View file @
e986e003
<?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=
"namespace_n_s"
kind=
"namespace"
>
<compounddef
id=
"namespace_n_s"
kind=
"namespace"
language=
"C++"
>
<compoundname>
NS
</compoundname>
<briefdescription>
</briefdescription>
...
...
testing/041/class_test.xml
View file @
e986e003
<?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"
>
<compounddef
id=
"class_test"
kind=
"class"
language=
"C++"
prot=
"public"
>
<compoundname>
Test
</compoundname>
<sectiondef
kind=
"public-func"
>
<memberdef
kind=
"function"
id=
"class_test_1a8e7b46ceaf7bd2ab94114b390b3288ca"
prot=
"public"
static=
"no"
const=
"no"
explicit=
"no"
inline=
"no"
virt=
"non-virtual"
>
...
...
testing/042/namespaceorg_1_1doxygen_1_1_test.xml
View file @
e986e003
<?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=
"namespaceorg_1_1doxygen_1_1_test"
kind=
"namespace"
>
<compounddef
id=
"namespaceorg_1_1doxygen_1_1_test"
kind=
"namespace"
language=
"Java"
>
<compoundname>
org::doxygen::Test
</compoundname>
<briefdescription>
</briefdescription>
...
...
testing/044/struct_s.xml
View file @
e986e003
<?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=
"struct_s"
kind=
"struct"
prot=
"public"
>
<compounddef
id=
"struct_s"
kind=
"struct"
language=
"C++"
prot=
"public"
>
<compoundname>
S
</compoundname>
<includes
refid=
"044__section_8h"
local=
"no"
>
044_section.h
</includes>
<sectiondef
kind=
"public-attrib"
>
...
...
testing/046/046__related_8cpp.xml
View file @
e986e003
<?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=
"046__related_8cpp"
kind=
"file"
>
<compounddef
id=
"046__related_8cpp"
kind=
"file"
language=
"C++"
>
<compoundname>
046_related.cpp
</compoundname>
<innerclass
refid=
"class_test"
prot=
"public"
>
Test
</innerclass>
<sectiondef
kind=
"func"
>
...
...
testing/046/class_test.xml
View file @
e986e003
<?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"
>
<compounddef
id=
"class_test"
kind=
"class"
language=
"C++"
prot=
"public"
>
<compoundname>
Test
</compoundname>
<sectiondef
kind=
"public-func"
>
<memberdef
kind=
"function"
id=
"class_test_1a1683da699dc049d74101488d143c8e98"
prot=
"public"
static=
"no"
const=
"no"
explicit=
"no"
inline=
"no"
virt=
"non-virtual"
>
...
...
testing/047/047__return_8cpp.xml
View file @
e986e003
<?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=
"047__return_8cpp"
kind=
"file"
>
<compounddef
id=
"047__return_8cpp"
kind=
"file"
language=
"C++"
>
<compoundname>
047_return.cpp
</compoundname>
<sectiondef
kind=
"func"
>
<memberdef
kind=
"function"
id=
"047__return_8cpp_1aab0ee031d46db05d47213d2625ab6aac"
prot=
"public"
static=
"no"
const=
"no"
explicit=
"no"
inline=
"no"
virt=
"non-virtual"
>
...
...
testing/048/048__showinit_8c.xml
View file @
e986e003
<?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=
"048__showinit_8c"
kind=
"file"
>
<compounddef
id=
"048__showinit_8c"
kind=
"file"
language=
"C++"
>
<compoundname>
048_showinit.c
</compoundname>
<sectiondef
kind=
"var"
>
<memberdef
kind=
"variable"
id=
"048__showinit_8c_1a799f44203647e4c53bdb0386aa95680f"
prot=
"public"
static=
"no"
mutable=
"no"
>
...
...
testing/054/054__parblock_8cpp.xml
View file @
e986e003
<?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=
"054__parblock_8cpp"
kind=
"file"
>
<compounddef
id=
"054__parblock_8cpp"
kind=
"file"
language=
"C++"
>
<compoundname>
054_parblock.cpp
</compoundname>
<sectiondef
kind=
"func"
>
<memberdef
kind=
"function"
id=
"054__parblock_8cpp_1a2dd0ac47f42a9994b91d34403be05fe9"
prot=
"public"
static=
"no"
const=
"no"
explicit=
"no"
inline=
"no"
virt=
"non-virtual"
>
...
...
testing/057/057__caller__graphs_8tcl.xml
View file @
e986e003
<?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=
"057__caller__graphs_8tcl"
kind=
"file"
>
<compounddef
id=
"057__caller__graphs_8tcl"
kind=
"file"
language=
"Tcl"
>
<compoundname>
057_caller_graphs.tcl
</compoundname>
<innernamespace
refid=
"namespacebar"
>
bar
</innernamespace>
<innernamespace
refid=
"namespacefoo"
>
foo
</innernamespace>
...
...
testing/057/__057__caller__graphs_8tcl.xml
View file @
e986e003
<?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=
"__057__caller__graphs_8tcl"
kind=
"file"
>
<compounddef
id=
"__057__caller__graphs_8tcl"
kind=
"file"
language=
"Tcl"
>
<compoundname>
_057_caller_graphs.tcl
</compoundname>
<sectiondef
kind=
"func"
>
<memberdef
kind=
"function"
id=
"__057__caller__graphs_8tcl_1a7c3c8acee94bf61ba9e911dafe35adac"
prot=
"public"
static=
"no"
const=
"no"
explicit=
"no"
inline=
"no"
virt=
"non-virtual"
>
...
...
testing/057/namespace1.xml
View file @
e986e003
<?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=
"namespace1"
kind=
"namespace"
>
<compounddef
id=
"namespace1"
kind=
"namespace"
language=
"Tcl"
>
<compoundname>
1
</compoundname>
<innernamespace
refid=
"namespace1_1_11"
>
1::1
</innernamespace>
<sectiondef
kind=
"func"
>
...
...
testing/057/namespace1_1_11.xml
View file @
e986e003
<?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=
"namespace1_1_11"
kind=
"namespace"
>
<compounddef
id=
"namespace1_1_11"
kind=
"namespace"
language=
"Tcl"
>
<compoundname>
1::1
</compoundname>
<innernamespace
refid=
"namespace1_1_11_1_11"
>
1::1::1
</innernamespace>
<sectiondef
kind=
"func"
>
...
...
testing/057/namespace1_1_11_1_11.xml
View file @
e986e003
<?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=
"namespace1_1_11_1_11"
kind=
"namespace"
>
<compounddef
id=
"namespace1_1_11_1_11"
kind=
"namespace"
language=
"Tcl"
>
<compoundname>
1::1::1
</compoundname>
<sectiondef
kind=
"func"
>
<memberdef
kind=
"function"
id=
"namespace1_1_11_1_11_1aa604df053f7ebe36205d1a5675459b96"
prot=
"public"
static=
"no"
const=
"no"
explicit=
"no"
inline=
"no"
virt=
"non-virtual"
>
...
...
testing/057/namespace2.xml
View file @
e986e003
<?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=
"namespace2"
kind=
"namespace"
>
<compounddef
id=
"namespace2"
kind=
"namespace"
language=
"Tcl"
>
<compoundname>
2
</compoundname>
<innernamespace
refid=
"namespace2_1_12"
>
2::2
</innernamespace>
<sectiondef
kind=
"func"
>
...
...
testing/057/namespace2_1_12.xml
View file @
e986e003
<?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=
"namespace2_1_12"
kind=
"namespace"
>
<compounddef
id=
"namespace2_1_12"
kind=
"namespace"
language=
"Tcl"
>
<compoundname>
2::2
</compoundname>
<innernamespace
refid=
"namespace2_1_12_1_12"
>
2::2::2
</innernamespace>
<sectiondef
kind=
"func"
>
...
...
testing/057/namespace2_1_12_1_12.xml
View file @
e986e003
<?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=
"namespace2_1_12_1_12"
kind=
"namespace"
>
<compounddef
id=
"namespace2_1_12_1_12"
kind=
"namespace"
language=
"Tcl"
>
<compoundname>
2::2::2
</compoundname>
<innernamespace
refid=
"namespace2_1_12_1_12_1_12"
>
2::2::2::2
</innernamespace>
<sectiondef
kind=
"func"
>
...
...
testing/057/namespace2_1_12_1_12_1_12.xml
View file @
e986e003
<?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=
"namespace2_1_12_1_12_1_12"
kind=
"namespace"
>
<compounddef
id=
"namespace2_1_12_1_12_1_12"
kind=
"namespace"
language=
"Tcl"
>
<compoundname>
2::2::2::2
</compoundname>
<innernamespace
refid=
"namespace2_1_12_1_12_1_12_1_12"
>
2::2::2::2::2
</innernamespace>
<sectiondef
kind=
"func"
>
...
...
testing/057/namespace2_1_12_1_12_1_12_1_12.xml
View file @
e986e003
<?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=
"namespace2_1_12_1_12_1_12_1_12"
kind=
"namespace"
>
<compounddef
id=
"namespace2_1_12_1_12_1_12_1_12"
kind=
"namespace"
language=
"Tcl"
>
<compoundname>
2::2::2::2::2
</compoundname>
<sectiondef
kind=
"func"
>
<memberdef
kind=
"function"
id=
"namespace2_1_12_1_12_1_12_1_12_1ac07f64c62783fd8b44317389b4a711f8"
prot=
"public"
static=
"no"
const=
"no"
explicit=
"no"
inline=
"no"
virt=
"non-virtual"
>
...
...
testing/057/namespacebar.xml
View file @
e986e003
<?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=
"namespacebar"
kind=
"namespace"
>
<compounddef
id=
"namespacebar"
kind=
"namespace"
language=
"Tcl"
>
<compoundname>
bar
</compoundname>
<sectiondef
kind=
"func"
>
<memberdef
kind=
"function"
id=
"namespacebar_1aa1678a9adb588c0b91b118de7cc38ddb"
prot=
"public"
static=
"no"
const=
"no"
explicit=
"no"
inline=
"no"
virt=
"non-virtual"
>
...
...
testing/057/namespacefoo.xml
View file @
e986e003
<?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=
"namespacefoo"
kind=
"namespace"
>
<compounddef
id=
"namespacefoo"
kind=
"namespace"
language=
"Tcl"
>
<compoundname>
foo
</compoundname>
<sectiondef
kind=
"func"
>
<memberdef
kind=
"function"
id=
"namespacefoo_1a265acdcaea6da32c3bbd9afb5d0e32a4"
prot=
"public"
static=
"no"
const=
"no"
explicit=
"no"
inline=
"no"
virt=
"non-virtual"
>
...
...
testing/058/058__bracket__recursion_8tcl.xml
View file @
e986e003
<?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=
"058__bracket__recursion_8tcl"
kind=
"file"
>
<compounddef
id=
"058__bracket__recursion_8tcl"
kind=
"file"
language=
"Tcl"
>
<compoundname>
058_bracket_recursion.tcl
</compoundname>
<sectiondef
kind=
"func"
>
<memberdef
kind=
"function"
id=
"058__bracket__recursion_8tcl_1aa889853547f65a22ae133cd57ff89601"
prot=
"public"
static=
"no"
const=
"no"
explicit=
"no"
inline=
"no"
virt=
"non-virtual"
>
...
...
testing/059/059__command__catch_8tcl.xml
View file @
e986e003
<?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=
"059__command__catch_8tcl"
kind=
"file"
>
<compounddef
id=
"059__command__catch_8tcl"
kind=
"file"
language=
"Tcl"
>
<compoundname>
059_command_catch.tcl
</compoundname>
<sectiondef
kind=
"func"
>
<memberdef
kind=
"function"
id=
"059__command__catch_8tcl_1aa889853547f65a22ae133cd57ff89601"
prot=
"public"
static=
"no"
const=
"no"
explicit=
"no"
inline=
"no"
virt=
"non-virtual"
>
...
...
testing/060/060__command__switch_8tcl.xml
View file @
e986e003
<?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=
"060__command__switch_8tcl"
kind=
"file"
>
<compounddef
id=
"060__command__switch_8tcl"
kind=
"file"
language=
"Tcl"
>
<compoundname>
060_command_switch.tcl
</compoundname>
<sectiondef
kind=
"func"
>
<memberdef
kind=
"function"
id=
"060__command__switch_8tcl_1aa889853547f65a22ae133cd57ff89601"
prot=
"public"
static=
"no"
const=
"no"
explicit=
"no"
inline=
"no"
virt=
"non-virtual"
>
...
...
testing/061/class_test.xml
View file @
e986e003
<?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"
>
<compounddef
id=
"class_test"
kind=
"class"
language=
"Tcl"
prot=
"public"
>
<compoundname>
Test
</compoundname>
<sectiondef
kind=
"public-func"
>
<memberdef
kind=
"function"
id=
"class_test_1af863c78bca81b4e276dcbb30f12e8ec6"
prot=
"public"
static=
"no"
const=
"no"
explicit=
"no"
inline=
"no"
virt=
"non-virtual"
>
...
...
testing/062/namespacen1.xml
View file @
e986e003
<?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=
"namespacen1"
kind=
"namespace"
>
<compounddef
id=
"namespacen1"
kind=
"namespace"
language=
"Tcl"
>
<compoundname>
n1
</compoundname>
<innernamespace
refid=
"namespacen1_1_1n1"
>
n1::n1
</innernamespace>
<sectiondef
kind=
"func"
>
...
...
testing/062/namespacen2.xml
View file @
e986e003
<?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=
"namespacen2"
kind=
"namespace"
>
<compounddef
id=
"namespacen2"
kind=
"namespace"
language=
"Tcl"
>
<compoundname>
n2
</compoundname>
<innernamespace
refid=
"namespacen2_1_1n2"
>
n2::n2
</innernamespace>
<sectiondef
kind=
"func"
>
...
...
testing/062/namespacen3.xml
View file @
e986e003
<?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=
"namespacen3"
kind=
"namespace"
>
<compounddef
id=
"namespacen3"
kind=
"namespace"
language=
"Tcl"
>
<compoundname>
n3
</compoundname>
<innernamespace
refid=
"namespacen3_1_1n3"
>
n3::n3
</innernamespace>
<sectiondef
kind=
"func"
>
...
...
testing/063/namespaceoo.xml
View file @
e986e003
<?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=
"namespaceoo"
kind=
"namespace"
>
<compounddef
id=
"namespaceoo"
kind=
"namespace"
language=
"Tcl"
>
<compoundname>
oo
</compoundname>
<innernamespace
refid=
"namespaceoo_1_1define"
>
oo::define
</innernamespace>
<innernamespace
refid=
"namespaceoo_1_1_helpers"
>
oo::Helpers
</innernamespace>
...
...
testing/063/namespaceoo_1_1_helpers.xml
View file @
e986e003
<?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=
"namespaceoo_1_1_helpers"
kind=
"namespace"
>
<compounddef
id=
"namespaceoo_1_1_helpers"
kind=
"namespace"
language=
"Tcl"
>
<compoundname>
oo::Helpers
</compoundname>
<sectiondef
kind=
"func"
>
<memberdef
kind=
"function"
id=
"namespaceoo_1_1_helpers_1a96c5b755588beb2e930cff23ce811d6c"
prot=
"public"
static=
"no"
const=
"no"
explicit=
"no"
inline=
"no"
virt=
"non-virtual"
>
...
...
testing/063/namespaceoo_1_1define.xml
View file @
e986e003
<?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=
"namespaceoo_1_1define"
kind=
"namespace"
>
<compounddef
id=
"namespaceoo_1_1define"
kind=
"namespace"
language=
"Tcl"
>
<compoundname>
oo::define
</compoundname>
<sectiondef
kind=
"func"
>
<memberdef
kind=
"function"
id=
"namespaceoo_1_1define_1a89e7ea222a316f1926c1f9f30f2cc5c1"
prot=
"public"
static=
"no"
const=
"no"
explicit=
"no"
inline=
"no"
virt=
"non-virtual"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment