X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FMainpage.dox;h=308d9ac404c9f28f29e1e90c5dcc2b24546180b5;hb=92f8630b75f3ef50e73c48cde58645dcd1534e27;hp=8847a5c14fd5ba4d6ba8e0817704be5226b765bc;hpb=cfd663c444dee7e03a4b7579b544db2524332bfb;p=senf.git diff --git a/Packets/Mainpage.dox b/Packets/Mainpage.dox index 8847a5c..308d9ac 100644 --- a/Packets/Mainpage.dox +++ b/Packets/Mainpage.dox @@ -119,7 +119,7 @@ \code Packet p = ...; - // Change first byte of packet to 0 + // Change first byte of packet to 1 p.data()[0] = 1u; // Copy packet data into a vector @@ -587,8 +587,8 @@ invalidate the wrapper if it changes the packets size. \see - senf::VectorParser_Container Interface of the vector parser container wrapper \n - senf::ListParser_Container Interface of the list parser container wrapper + senf::VectorParser / senf::VectorParser_Container Interface of the vector parser \n + senf::ListParser / senf::ListParser_Container Interface of the list parser \subsubsection packet_usage_collection_variant The Variant Parser