small documentation fixes
tho [Tue, 5 Feb 2008 14:53:59 +0000 (14:53 +0000)]
git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@664 270642c3-0616-0410-b53a-bc976706d245

Examples/RateStuffer/Mainpage.dox
Packets/ListParser.dox
Packets/ParseHelpers.hh
Utils/Logger/Config.hh
Utils/auto_unit_test.hh

index 51b2ce7..fcc7303 100644 (file)
 
     \until }
 
-    The event is initialized to fire eery \a interval nanoseconds.  The traffic is routed 'across'
+    The event is initialized to fire every \a interval nanoseconds.  The traffic is routed 'across'
     the timer which controls the traffic. This routing lets the module automatically handle
     throttling events. The timer is registered to call RateFilter::timeout().
 
index 7d190b5..fd20833 100644 (file)
@@ -71,7 +71,7 @@ namespace senf {
         additionally needs erase() and insert(). The container policy will also need the
         element_type, parser_type and container_type typedefs.
 
-        \see \ref Parse_List
+        \see \ref ListParser
      */
     struct ExampleListPolicy
     {
@@ -126,7 +126,7 @@ namespace senf {
         /** \brief Example of a list iterator policy. ONLY FOR EXPOSITION.
 
             \see \ref ExampleListPolicy \n
-                \ref Parse_List
+                 \ref ListParser
          */
         struct iterator_policy
         {
@@ -167,7 +167,7 @@ namespace senf {
         /** \brief Example of a list container policy. ONLY FOR EXPOSITION
 
             \see \ref ExampleListPolicy \n
-                \ref Parse_List
+                 \ref ListParser
          */
         struct container_policy
         {
index e86818c..31fa8b5 100644 (file)
     arbitrary incorrect value otherwise.
 
     \pre Field \a name preceded by fixed size fields only
-    \param[in] field or label name
+    \param[in] name field or label name
     \returns compile-time constant offset of the field from parsers start
     \hideinitializer
  */
index ac51c7a..80d02cb 100644 (file)
@@ -46,7 +46,7 @@
     <em>Runtime</em> configuration on the other hand deals with routing all those messages, which
     are enabled at compile time to the logging targets. If a message is not routed, it will be
     discarded. This allows to additionally disable messages at run-time. Message routing is managed
-    via the \ref Targets interface.
+    via the ::Target interface.
 
     \section config_compile Compile time configuration
 
index 7e838a2..0651fde 100644 (file)
@@ -28,7 +28,7 @@
     any necessary workarounds.
 
     So, instead of <tt>\#include <boost/test/auto_unit_test.hpp></tt>, you should always write
-    <tt>\#include "../Utils/auto_unit_test.hh"<tt> (with possibliy adjusted path).
+    <tt>\#include "../Utils/auto_unit_test.hh"</tt> (with possibliy adjusted path).
  */
 
 #ifndef HH_auto_unit_test_