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 */