more getme.cpp

This commit is contained in:
Michael Davidsaver
2017-06-19 14:28:16 +02:00
parent cd722388dc
commit 3499bcb4af
5 changed files with 108 additions and 15 deletions

View File

@ -877,7 +877,7 @@ EXCLUDE_SYMBOLS =
# that contain example code fragments that are included (see the \include
# command).
EXAMPLE_PATH =
EXAMPLE_PATH = ../examples
# If the value of the EXAMPLE_PATH tag contains directories, you can use the
# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and

View File

@ -1,5 +1,5 @@
all: gen commit
all: gen
clean:
rm -rf doxygen_sqlite3.db html
@ -7,7 +7,7 @@ clean:
gen:
doxygen
commit:
commit: gen
touch html/.nojekyll
./commit-gh.sh documentation/html/ html/.nojekyll html/*.* html/search/*.*

10
documentation/examples.h Normal file
View File

@ -0,0 +1,10 @@
/**
@page examples_getme Client Get Example
This example demonstrates a client which issues a Get operation on startup,
and again each time a channel becomes Connected.
@include getme.cpp
*/

View File

@ -12,6 +12,10 @@ See pv/pvAccess.h
See the @ref providers page.
Examples
- @ref examples_getme
*/
#endif /* MAINPAGE_H */