X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FListParser.dox;h=fd208336fbdfe14451c0d6bea50ec3bc717199b3;hb=16d94efc2159cba35fc44e5b26747ae0a2ab237b;hp=7d190b53e3d5942c171f72e510ac041dfdee9818;hpb=a1a6c76a214ad1935032826713cabaf9ac57bf07;p=senf.git diff --git a/Packets/ListParser.dox b/Packets/ListParser.dox index 7d190b5..fd20833 100644 --- a/Packets/ListParser.dox +++ b/Packets/ListParser.dox @@ -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 {