X-Git-Url: https://rtime.felk.cvut.cz/gitweb/l4.git/blobdiff_plain/8fe9942cde59835eb3c3c6936d866dd3305582ef..003b628647705666de261350195da72a38f2c4d2:/kernel/fiasco/src/doxygen.conf diff --git a/kernel/fiasco/src/doxygen.conf b/kernel/fiasco/src/doxygen.conf index f81fe4a6b..e99c428c1 100644 --- a/kernel/fiasco/src/doxygen.conf +++ b/kernel/fiasco/src/doxygen.conf @@ -656,7 +656,7 @@ WARN_LOGFILE = # with spaces. INPUT = auto/ \ - source/lib/libk/bitfield + source/lib/libk/cxx # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is @@ -674,9 +674,7 @@ INPUT_ENCODING = UTF-8 # *.hxx *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.dox *.py # *.f90 *.f *.for *.vhd *.vhdl -FILE_PATTERNS = *.h \ - *.cc - +FILE_PATTERNS = * # The RECURSIVE tag can be used to turn specify whether or not subdirectories # should be searched for input files as well. Possible values are YES and NO. # If left blank NO is used. @@ -703,7 +701,7 @@ EXCLUDE_SYMLINKS = NO # against the file with absolute path, so to exclude all test directories # for example use the pattern */test/* -EXCLUDE_PATTERNS = +EXCLUDE_PATTERNS = *.ready # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names # (namespaces, classes, functions, etc.) that should be excluded from the