Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r68723 - sandbox/guild/mylibrary/boost/mylibrary
From: pbristow_at_[hidden]
Date: 2011-02-08 12:20:43


Author: pbristow
Date: 2011-02-08 12:20:41 EST (Tue, 08 Feb 2011)
New Revision: 68723
URL: http://svn.boost.org/trac/boost/changeset/68723

Log:
Some minor changes to text indexing, but don't get debug output, and error in pdf generation and index.
Text files modified:
   sandbox/guild/mylibrary/boost/mylibrary/mylibrary.hpp | 8 +++++---
   1 files changed, 5 insertions(+), 3 deletions(-)

Modified: sandbox/guild/mylibrary/boost/mylibrary/mylibrary.hpp
==============================================================================
--- sandbox/guild/mylibrary/boost/mylibrary/mylibrary.hpp (original)
+++ sandbox/guild/mylibrary/boost/mylibrary/mylibrary.hpp 2011-02-08 12:20:41 EST (Tue, 08 Feb 2011)
@@ -17,7 +17,7 @@
   \details Header file for use by example.
    Also using Quickbook, Doxygen, and indexed by AutoIndex.
 
- \mainpage QuickBook Auto Doxygen Indexed Main page.
+ \mainpage QuickBook Auto Doxygen Indexed mainpage.
 This is the front page of the QuickBook Auto Doxygen Indexed
 example of producing Boost documentation.
 
@@ -75,8 +75,10 @@
 
       //! A destructor.
       /*!
- A more elaborate description of the destructor.
- \warning This destructor may explode in your face!
+ A more detailed description of the destructor.
+ \warning 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).
       */
      ~myclass();
 


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