• Davis King's avatar
    Moved the htmlify tool into the tools folder. · 8529d70f
    Davis King authored
    --HG--
    rename : docs/htmlify/CMakeLists.txt => tools/htmlify/CMakeLists.txt
    rename : docs/htmlify/htmlify.cpp => tools/htmlify/htmlify.cpp
    rename : docs/htmlify/to_xml.cpp => tools/htmlify/to_xml.cpp
    rename : docs/htmlify/to_xml.h => tools/htmlify/to_xml.h
    rename : docs/htmlify/to_xml_example/bigminus.gif => tools/htmlify/to_xml_example/bigminus.gif
    rename : docs/htmlify/to_xml_example/bigplus.gif => tools/htmlify/to_xml_example/bigplus.gif
    rename : docs/htmlify/to_xml_example/example.xml => tools/htmlify/to_xml_example/example.xml
    rename : docs/htmlify/to_xml_example/minus.gif => tools/htmlify/to_xml_example/minus.gif
    rename : docs/htmlify/to_xml_example/output.xml => tools/htmlify/to_xml_example/output.xml
    rename : docs/htmlify/to_xml_example/plus.gif => tools/htmlify/to_xml_example/plus.gif
    rename : docs/htmlify/to_xml_example/stylesheet.xsl => tools/htmlify/to_xml_example/stylesheet.xsl
    rename : docs/htmlify/to_xml_example/test.cpp => tools/htmlify/to_xml_example/test.cpp
    extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404104
    8529d70f
output.xml 1.15 KB
<!-- 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>