diff options
author | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-09-11 15:50:43 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-09-11 16:27:58 -0300 |
commit | fd2d424f8382868593e4e08cf303585b1c1bbe5b (patch) | |
tree | 5cbcba90062f728f8537645ca5c2000b1b1389d6 /doxygen_libdvbv5.cfg | |
parent | 76fc8089add5040620a4f21928fad292a2da6b8c (diff) |
libdvbv5: Add a mainpage to the documentation
Let's add a mainpage to the documentation, and do some
cleanup on other pages.
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'doxygen_libdvbv5.cfg')
-rw-r--r-- | doxygen_libdvbv5.cfg | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doxygen_libdvbv5.cfg b/doxygen_libdvbv5.cfg index cbe0df30..c717625e 100644 --- a/doxygen_libdvbv5.cfg +++ b/doxygen_libdvbv5.cfg @@ -44,7 +44,7 @@ PROJECT_NUMBER = $(VERSION) # for a project that appears at the top of each page and should give viewer a # quick idea about the purpose of the project. Keep the description short. -PROJECT_BRIEF = "Library to work with Digital TV streams" +PROJECT_BRIEF = "Library to work with Digital TV devices on Linux" # With the PROJECT_LOGO tag one can specify an logo or icon that is included in # the documentation. The maximum height of the logo should not exceed 55 pixels @@ -743,7 +743,8 @@ WARN_LOGFILE = # spaces. # Note: If this tag is empty the current directory is searched. -INPUT = $(SRCDIR)/lib/include/libdvbv5/dvb-demux.h \ +INPUT = $(SRCDIR)/doc/libdvbv5-index.doc \ + $(SRCDIR)/lib/include/libdvbv5/dvb-demux.h \ $(SRCDIR)/lib/include/libdvbv5/dvb-fe.h \ $(SRCDIR)/lib/include/libdvbv5/dvb-file.h \ $(SRCDIR)/lib/include/libdvbv5/dvb-log.h \ |