X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=HowTos%2FNewPacket%2FMainpage.dox;h=05534124db5c5fb54fed5abbca6e78269932360c;hb=61b2e2ea5cb50df90931acf3fcd840493ba762a9;hp=4da44fed981b53115ec8ff19dd7e524cf7549640;hpb=9cb871b939efe93e35dd96808d25089399acfc46;p=senf.git diff --git a/HowTos/NewPacket/Mainpage.dox b/HowTos/NewPacket/Mainpage.dox index 4da44fe..0553412 100644 --- a/HowTos/NewPacket/Mainpage.dox +++ b/HowTos/NewPacket/Mainpage.dox @@ -561,8 +561,8 @@ Here we are using the more generic parser assignment expressed using the \c << operator. This operator in the most cases works like an ordinary assignment, however it can also be used to assign parsers to each other efficiently and it supports 'optional values' (as provided by Boost.Optional and as returned - by \c key()). + href="http://www.boost.org/doc/libs/release/libs/optional/index.html">Boost.Optional and + as returned by \c key()). \subsection howto_newpacket_type_dump Writing out a complete packet: The 'dump()' member