diff options
author | Simon Josefsson <simon@josefsson.org> | 2009-05-16 16:25:54 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2009-05-16 16:25:54 +0200 |
commit | 4ed17272e4b6f6901cb65f46436a6adddea9f13c (patch) | |
tree | 61390320bcd1385a2a568eeb3092f292bac970a9 /doc/doxygen | |
parent | 2a08c6db991039f17b386d00eadbcc7bd830943c (diff) | |
download | gnutls-4ed17272e4b6f6901cb65f46436a6adddea9f13c.tar.gz |
Fix old gnulib lgpl/ paths.
Reported by "Tom G. Christensen" <tgc@jupiterrise.com>
in <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3556>.
Diffstat (limited to 'doc/doxygen')
-rw-r--r-- | doc/doxygen/Doxyfile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/doxygen/Doxyfile.in b/doc/doxygen/Doxyfile.in index 16d36d86f6..003e191487 100644 --- a/doc/doxygen/Doxyfile.in +++ b/doc/doxygen/Doxyfile.in @@ -577,7 +577,7 @@ EXCLUDE_SYMLINKS = NO # against the file with absolute path, so to exclude all test directories # for example use the pattern */test/* -EXCLUDE_PATTERNS = */config.h */doc/* */build-aux/* */gl/* */lgl/* */src/*-gaa.? */src/cfg/* */tests/* */guile/* *.cpp */gnutlsxx.h */lib/minitasn1/* *openssl* +EXCLUDE_PATTERNS = */config.h */doc/* */build-aux/* */gl/* */src/*-gaa.? */src/cfg/* */tests/* */guile/* *.cpp */gnutlsxx.h */lib/minitasn1/* *openssl* # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names # (namespaces, classes, functions, etc.) that should be excluded from the |