diff options
author | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-09-13 08:33:38 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-09-13 08:35:07 -0300 |
commit | c52cf6f39098b48665c631ec51714b2089669b82 (patch) | |
tree | 568df3f4143b7f9a9b8d5cc139aee367db3e50d9 /doxygen_libdvbv5.cfg | |
parent | 27b3b5d2b3a37594c7989618bab717fd291c8f2b (diff) |
doxygen: add dvbv5-tools to the documentation
The dvbv5-tools are good examples on how to use the library.
Add them to the documentation.
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'doxygen_libdvbv5.cfg')
-rw-r--r-- | doxygen_libdvbv5.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doxygen_libdvbv5.cfg b/doxygen_libdvbv5.cfg index b0e04487..98340f8b 100644 --- a/doxygen_libdvbv5.cfg +++ b/doxygen_libdvbv5.cfg @@ -831,7 +831,7 @@ EXCLUDE_SYMBOLS = # that contain example code fragments that are included (see the \include # command). -EXAMPLE_PATH = +EXAMPLE_PATH = $(SRCDIR)/utils/dvb/ # 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 |