PPI: Checkin of first compiling (yet not working) version
[senf.git] / Packets / ParseList.ih
index b005b6b..83f1009 100644 (file)
 namespace senf {
 namespace detail {
 
+    /** \brief Internal: Iterator used by Parse_List
+
+        \internal
+     */
     template <class ElementParser, class IteratorPolicy>
     class Parse_List_Iterator
         : public boost::iterator_facade< Parse_List_Iterator<ElementParser,IteratorPolicy>,