more getme.cpp
This commit is contained in:
@ -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
|
||||
|
@ -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
10
documentation/examples.h
Normal 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
|
||||
|
||||
*/
|
@ -12,6 +12,10 @@ See pv/pvAccess.h
|
||||
|
||||
See the @ref providers page.
|
||||
|
||||
Examples
|
||||
|
||||
- @ref examples_getme
|
||||
|
||||
*/
|
||||
|
||||
#endif /* MAINPAGE_H */
|
||||
|
Reference in New Issue
Block a user