summaryrefslogtreecommitdiffstats
path: root/ml/dlib/tools/htmlify/to_xml_example/output.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ml/dlib/tools/htmlify/to_xml_example/output.xml')
-rw-r--r--ml/dlib/tools/htmlify/to_xml_example/output.xml49
1 files changed, 0 insertions, 49 deletions
diff --git a/ml/dlib/tools/htmlify/to_xml_example/output.xml b/ml/dlib/tools/htmlify/to_xml_example/output.xml
deleted file mode 100644
index 95e4de6ae..000000000
--- a/ml/dlib/tools/htmlify/to_xml_example/output.xml
+++ /dev/null
@@ -1,49 +0,0 @@
-<!-- This XML file was generated using the htmlify tool available from http://dlib.net. -->
-<code>
- <classes>
- <class>
- <name>test</name>
- <scope></scope>
- <declaration>class test</declaration>
- <file>test.cpp</file>
- <comment>WHAT THIS OBJECT REPRESENTS
- This is a simple test class that doesn't do anything</comment>
- <public_typedefs>
- <typedef>typedef int type</typedef>
- </public_typedefs>
- <public_methods>
- <method>
- <name>test</name>
- <declaration>test()</declaration>
- <comment>ensures
- - constructs a test object</comment>
- </method>
- <method>
- <name>print</name>
- <declaration>void
-print() const</declaration>
- <comment>ensures
- - prints a message to the screen</comment>
- </method>
- </public_methods>
- </class>
-
- </classes>
-
-
- <global_functions>
- <function>
- <name>add_numbers</name>
- <scope></scope>
- <declaration>int
-add_numbers (
- int a,
- int b
-)</declaration>
- <file>test.cpp</file>
- <comment>ensures
- - returns a + b</comment>
- </function>
-
- </global_functions>
-</code>