X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Example.dox;h=fc43ef6b0c6e4cba1c55c9a5f6280c9ca94a4800;hb=85ab07d100a382467a42e19d741d403a7a96c951;hp=f2d86f65c9e29770084ba16bb6eadb95e1a4e138;hpb=3e42ecb22121f2e6df86b27bea73f890384a4ee4;p=senf.git diff --git a/Example.dox b/Example.dox index f2d86f6..fc43ef6 100644 --- a/Example.dox +++ b/Example.dox @@ -17,7 +17,7 @@ be removed as soon as possible). The example application now contains a helper routine to produce a packet hexdump. We will skip this routine here and go directly to the \c main function - + \skip main \until try @@ -37,12 +37,12 @@ \skip while \until read - + The next step is, to parse the data read from the socket as an Ethernet packet \until ; - + Lets digest this line step by step: We declare a variable named \c packet as a smart pointer to an \c EthernetPacket instance. \c ptr is a typedef member of all Packet classes for the corresponding @@ -104,8 +104,10 @@ // Local Variables: // mode: c++ +// fill-column: 100 +// c-file-style: "senf" +// indent-tabs-mode: nil +// ispell-local-dictionary: "american" // mode: flyspell // mode: auto-fill -// ispell-local-dictionary: "american" // End: -