[libdvdcss-devel] doxygen: Fix typo and drop wrong EXCLUDE

Diego Biurrun git at videolan.org
Thu Feb 14 22:58:07 CET 2013


libdvdcss | branch: master | Diego Biurrun <diego at biurrun.de> | Thu Feb 14 20:22:39 2013 +0100| [3a5b5a7de809124d3ba1027bcb3dbc3aed97e8a4] | committer: Diego Biurrun

doxygen: Fix typo and drop wrong EXCLUDE

Signed-off-by: Diego Biurrun <diego at biurrun.de>

> http://git.videolan.org/gitweb.cgi/libdvdcss.git/?a=commit;h=3a5b5a7de809124d3ba1027bcb3dbc3aed97e8a4
---

 doc/doxygen.cfg.in |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/doxygen.cfg.in b/doc/doxygen.cfg.in
index 6331378..34ee630 100644
--- a/doc/doxygen.cfg.in
+++ b/doc/doxygen.cfg.in
@@ -25,7 +25,7 @@ DOXYFILE_ENCODING      = UTF-8
 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded 
 # by quotes) that should identify the project.
 
-PROJECT_NAME           = @PACKAGE_NAME
+PROJECT_NAME           = @PACKAGE_NAME@
 
 # The PROJECT_NUMBER tag can be used to enter a project or revision number. 
 # This could be handy for archiving the generated documentation or 
@@ -552,7 +552,7 @@ RECURSIVE              = YES
 # excluded from the INPUT source files. This way you can easily exclude a 
 # subdirectory from a directory tree whose root is specified with the INPUT tag.
 
-EXCLUDE                = ../src/config.h
+EXCLUDE                =
 
 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or 
 # directories that are symbolic links (a Unix filesystem feature) are excluded 



More information about the libdvdcss-devel mailing list