Added Rime examples
This commit is contained in:
parent
4d113dcb3b
commit
25f0dc5094
|
@ -203,7 +203,7 @@ RECURSIVE = NO
|
||||||
EXCLUDE =
|
EXCLUDE =
|
||||||
EXCLUDE_SYMLINKS = NO
|
EXCLUDE_SYMLINKS = NO
|
||||||
EXCLUDE_PATTERNS =
|
EXCLUDE_PATTERNS =
|
||||||
EXAMPLE_PATH = .
|
EXAMPLE_PATH = . ../examples/rime
|
||||||
EXAMPLE_PATTERNS =
|
EXAMPLE_PATTERNS =
|
||||||
EXAMPLE_RECURSIVE = NO
|
EXAMPLE_RECURSIVE = NO
|
||||||
IMAGE_PATH =
|
IMAGE_PATH =
|
||||||
|
|
|
@ -6,3 +6,12 @@
|
||||||
/** \example example-list.c */
|
/** \example example-list.c */
|
||||||
/** \example example-packet-service.c */
|
/** \example example-packet-service.c */
|
||||||
/** \example example-psock-server.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 */
|
||||||
|
|
Loading…
Reference in a new issue