diff --git a/doc/developper/Doxyfile b/doc/developper/Doxyfile index 046158401..7886cce45 100644 --- a/doc/developper/Doxyfile +++ b/doc/developper/Doxyfile @@ -654,13 +654,13 @@ 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 +EXCLUDE = ../../html/addon ../../include/tfpdf # The EXCLUDE_SYMLINKS tag can be used select whether or not files or # directories that are symbolic links (a Unix filesystem feature) are excluded # from the input. -EXCLUDE_SYMLINKS = NO +EXCLUDE_SYMLINKS = YES # If the value of the INPUT tag contains directories, you can use the # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude @@ -673,7 +673,18 @@ EXCLUDE_PATTERNS = a?.php \ ?.php \ test*.php \ calendar-*.js \ - richtext.js + richtext.js \ + builder.js \ + controls.js \ + dragdrop.js \ + effects.js \ + prototype.js \ + scriptaculous.js \ + scripts.js \ + slider.js \ + sound.js \ + unittest.js. + # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names # (namespaces, classes, functions, etc.) that should be excluded from the