senf/Ext: added svn:ignore properties
tho [Wed, 26 Aug 2009 14:24:51 +0000 (14:24 +0000)]
senf/Packets: some minor documentation fixes

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1344 270642c3-0616-0410-b53a-bc976706d245

senf/Packets/80221Bundle/TLVPacket.hh
senf/Packets/IntParser.hh

index 5ed3ab3..0928483 100644 (file)
@@ -97,7 +97,7 @@ namespace senf {
             typedef MacAddressesTLVParser parser;
             ...
             static void finalize(ConcretePacket<MacAddressesTLVPacketType> p) { 
-                p->shrinkLength();
+                p->finalizeLength();
             }
          };
          \endcode
@@ -194,7 +194,7 @@ namespace senf {
         static void dump(packet p, std::ostream & os);  
         static void finalize(packet p);  ///< Finalize packet.
                                          /**< shrink size of length field to minimum 
-                                              \see BaseTLVPacketParser::shrinkLength() */
+                                              \see BaseTLVPacketParser::finalizeLength() */
         
     };
     
index 8c55605..5f3d727 100644 (file)
@@ -171,7 +171,7 @@ namespace senf {
         Int16LSBParser const & operator= (value_type other) { value(other); return *this; }
     };
     /** \brief Write parsed value to stream
-        \related Int16Parser
+        \related Int16LSBParser
      */
     inline std::ostream & operator<<(std::ostream & os, Int16LSBParser const & i)
     { os << i.value(); return os; }