Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r69392 - sandbox/guild/mylibrary/libs/mylibrary/doc
From: pbristow_at_[hidden]
Date: 2011-02-28 11:35:53


Author: pbristow
Date: 2011-02-28 11:35:51 EST (Mon, 28 Feb 2011)
New Revision: 69392
URL: http://svn.boost.org/trac/boost/changeset/69392

Log:
Removal of html from SVN
Removed:
   sandbox/guild/mylibrary/libs/mylibrary/doc/autodoc.xml
Properties modified:
   sandbox/guild/mylibrary/libs/mylibrary/doc/ (props changed)

Deleted: sandbox/guild/mylibrary/libs/mylibrary/doc/autodoc.xml
==============================================================================
--- sandbox/guild/mylibrary/libs/mylibrary/doc/autodoc.xml 2011-02-28 11:35:51 EST (Mon, 28 Feb 2011)
+++ (empty file)
@@ -1,13 +0,0 @@
-<?xml version="1.0" standalone="yes"?>
-<library-reference id="boost_mylibrary_c___reference"><title>Boost.mylibrary C++ Reference</title><header name="boost/mylibrary/mylibrary.hpp"><para>Template for Boost documentation. </para><para>Header file for use by example. Also using Quickbook, Doxygen, and indexed by AutoIndex. </para><namespace name="boost"><namespace name="mylibrary"><class name="myclass"><purpose>A test class - a comment description that preceeds the class. </purpose><enum name="test_enum"><enumvalue name="test_enum_val1"><purpose>Enum value TVal1 (Note: the use of &lt; to link this Doxygen comment to the same line). </purpose></enumvalue><enumvalue name="test_enum_val2"><purpose>Enum value TVal2. </purpose></enumvalue><enumvalue name="test_enum_val3"><description><para>Enum value TVal3. (Note: using C style comment markers). </para></description></enumvalue><purpose>An fully useless enum with 3 values. </purpose><description><para>More detailed enum description, needing more than one line, so using C style comment markers. </para>
</description></enum><data-member name="mypublic_var"><type>int</type><purpose>A public variable. </purpose><description><para>Details about the variable. My public class variable. </para></description></data-member><method-group name="public member functions"><method name="test_me" cv=""><type>int</type><parameter name="a"><paramtype>int</paramtype><description><para>an integer argument. </para></description></parameter><parameter name="s"><paramtype>const char *</paramtype><description><para>a constant character pointer. </para></description></parameter><purpose>A normal member function taking two arguments and returning an integer value. </purpose><description><para>
-
-<para>Test(), ~Test(), testMeToo() and publicVar() </para>
-</para></description><returns><para>The test result. </para></returns></method><method name="test_me_too" cv=""><type>void</type><parameter name="c1"><paramtype>char</paramtype><description><para>the first argument. </para></description></parameter><parameter name="c2"><paramtype>char</paramtype><description><para>the second argument. </para></description></parameter><description><para>A pure virtual member with descriptions of parameters. And a 'see also' reference to another version of the function.</para><para><para>test_me() </para>
-
-</para></description></method></method-group><constructor><purpose>A constructor. </purpose><description><para>A more elaborate description of the constructor. <para>This constructor does nothing much. </para>
-</para></description></constructor><destructor><purpose>A destructor. </purpose><description><para>A more detailed description of the destructor. <para>Warning! This destructor may explode in your face! (The doxygen command warning will NOT be found by the index term warning, but words in the warning, like explode, WILL be found). </para>
-</para></description></destructor></class><function name="donowt"><type>int</type><parameter name="i"><paramtype>int</paramtype><description><para>is an argument that is ignored completely. </para></description></parameter><description><para>Non-member free function that does nowt useful at all.
-
-
-
-</para></description><requires><para>No preconditions. </para></requires><postconditions><para>No side effects.</para></postconditions><returns><para>-1 always. </para></returns></function></namespace></namespace><macro name="BOOST_MYLIBRARY_HPP"/></header></library-reference>


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk