diff --git a/doc/developper/Doxyfile b/doc/developper/Doxyfile index 9869ec990..b8c301a82 100644 --- a/doc/developper/Doxyfile +++ b/doc/developper/Doxyfile @@ -31,7 +31,7 @@ PROJECT_NAME = noalyss # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = Version-6.9.1.6 +PROJECT_NUMBER = Version-6.9.1.8 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. @@ -656,7 +656,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 = ../../html/addon ../../include/tfpdf ../../unit-test ../../include/ext +EXCLUDE = ../../html/addon ../../include/tfpdf ../../unit-test ../../include/ext ../../include/config.inc.php # The EXCLUDE_SYMLINKS tag can be used select whether or not files or # directories that are symbolic links (a Unix filesystem feature) are excluded diff --git a/doc/developper/html/.htaccess b/doc/developper/html/.htaccess deleted file mode 100644 index f111ed173..000000000 --- a/doc/developper/html/.htaccess +++ /dev/null @@ -1,2 +0,0 @@ -AddDefaultCharset utf-8 -