summaryrefslogtreecommitdiff
path: root/third_party/uip-1.0/doc/examples.txt
diff options
context:
space:
mode:
authorYuval Adam <yuv.adm@gmail.com>2014-08-08 14:42:07 +0300
committerYuval Adam <yuv.adm@gmail.com>2014-08-08 14:42:07 +0300
commita6163888f3c56123b1db313743c6147ba498732c (patch)
treeff7d15d991d1d09ba6cbc0cec80924f57445bfdd /third_party/uip-1.0/doc/examples.txt
parentc3e4c9a25c2910d2d66d52215b3406b13d5b23d5 (diff)
Add third_party libs
Diffstat (limited to 'third_party/uip-1.0/doc/examples.txt')
-rw-r--r--third_party/uip-1.0/doc/examples.txt34
1 files changed, 34 insertions, 0 deletions
diff --git a/third_party/uip-1.0/doc/examples.txt b/third_party/uip-1.0/doc/examples.txt
new file mode 100644
index 0000000..ec509d7
--- /dev/null
+++ b/third_party/uip-1.0/doc/examples.txt
@@ -0,0 +1,34 @@
+/**
+\defgroup apps Applications
+@{
+
+The uIP distribution contains a number of example applications that
+can be either used directory or studied when learning to develop
+applications for uIP.
+
+*/
+
+/** \example hello-world.c */
+/** \example hello-world.h */
+
+/** \example smtp.c */
+/** \example smtp.h */
+
+/** \example webclient.c */
+/** \example webclient.h */
+
+/** \example example-mainloop-with-arp.c */
+/** \example example-mainloop-without-arp.c */
+
+/** \example telnetd.c */
+/** \example telnetd.h */
+
+/** \example resolv.c */
+/** \example resolv.h */
+
+/** \example dhcpc.c */
+/** \example dhcpc.h */
+
+/** \example uip-conf.h */
+
+/** @} */