From 25f0dc5094ffc8d2f98c43e186adfd4573650843 Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Sun, 25 Mar 2007 21:58:32 +0000 Subject: [PATCH] Added Rime examples --- doc/Doxyfile | 2 +- doc/examples.txt | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/doc/Doxyfile b/doc/Doxyfile index badbb6b1e..575aff502 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -203,7 +203,7 @@ RECURSIVE = NO EXCLUDE = EXCLUDE_SYMLINKS = NO EXCLUDE_PATTERNS = -EXAMPLE_PATH = . +EXAMPLE_PATH = . ../examples/rime EXAMPLE_PATTERNS = EXAMPLE_RECURSIVE = NO IMAGE_PATH = diff --git a/doc/examples.txt b/doc/examples.txt index e3f68c10a..6978201f5 100644 --- a/doc/examples.txt +++ b/doc/examples.txt @@ -6,3 +6,12 @@ /** \example example-list.c */ /** \example example-packet-service.c */ /** \example example-psock-server.c */ + +/** \example test-abc.c */ +/** \example test-meshroute.c */ +/** \example test-rudolph0.c */ +/** \example test-rudolph1.c */ +/** \example test-treeroute.c */ +/** \example test-trickle.c */ +/** \example test-uabc.c */ +/** \example test-uibc.c */