moved Sniffer into new Examples directory
[senf.git] / Examples / Mainpage.dox
similarity index 98%
rename from Example.dox
rename to Examples/Mainpage.dox
index eb5a816..2bd029c 100644 (file)
@@ -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
          <a href="../../Utils/doc/html/index.html"><b>libUtils API reference</b></a>
  */
 
+
 \f
 // Local Variables:
 // mode: c++