From 5da14042f70711ea5cf66e034699730335462f66 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 5 May 2024 14:08:03 +0200 Subject: Merging upstream version 1.45.3+dfsg. Signed-off-by: Daniel Baumann --- .../dlib/tools/htmlify/to_xml_example/output.xml | 49 ++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 src/ml/dlib/tools/htmlify/to_xml_example/output.xml (limited to 'src/ml/dlib/tools/htmlify/to_xml_example/output.xml') diff --git a/src/ml/dlib/tools/htmlify/to_xml_example/output.xml b/src/ml/dlib/tools/htmlify/to_xml_example/output.xml new file mode 100644 index 000000000..95e4de6ae --- /dev/null +++ b/src/ml/dlib/tools/htmlify/to_xml_example/output.xml @@ -0,0 +1,49 @@ + + + + + test + + class test + test.cpp + WHAT THIS OBJECT REPRESENTS + This is a simple test class that doesn't do anything + + typedef int type + + + + test + test() + ensures + - constructs a test object + + + print + void +print() const + ensures + - prints a message to the screen + + + + + + + + + + add_numbers + + int +add_numbers ( + int a, + int b +) + test.cpp + ensures + - returns a + b + + + + -- cgit v1.2.3