X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Examples%2FMainpage.dox;fp=Example.dox;h=2bd029c62405d0bf4ecce609cbeaa3398d8d2288;hb=9a988902090d28007578e93bffd809f6bd913155;hp=eb5a816b31de2a62c5c927834c6e2fb5d3f2cb31;hpb=ecbcf76b9ee49bb1dd9f5167175f48a4c3085016;p=senf.git diff --git a/Example.dox b/Examples/Mainpage.dox similarity index 98% rename from Example.dox rename to Examples/Mainpage.dox index eb5a816..2bd029c 100644 --- a/Example.dox +++ b/Examples/Mainpage.dox @@ -1,4 +1,10 @@ -/** \page example Sniffer: A simple example application +/** \mainpage Examples + \anchor Examples_Main + + \ref sniffer +*/ + +/** \page sniffer Sniffer: A simple example application \dontinclude Sniffer.cc @@ -57,8 +63,6 @@ specific type of socket which returns ethernet packets directly from the network wire. By uncommenting the last line, you may switch the interface into promiscuous mode. - \until // - We will now read packets from the socket forever, that is until the user hits Ctrl-C \skip while @@ -160,6 +164,7 @@ libUtils API reference */ + // Local Variables: // mode: c++