Просмотр исходного кода

doc: Use the C file as source instead of the lex file

Doxygen does not seem to handle lex source files nicely, but because the
functions to document are marked in the header anyway, only those should
end up in the final documentation.
Guillem Jover лет назад: 14
Родитель
Сommit
38f8d606fe
1 измененных файлов с 2 добавлено и 3 удалено
  1. 2 3
      doc/Doxyfile.in

+ 2 - 3
doc/Doxyfile.in

@@ -591,8 +591,7 @@ INPUT_ENCODING         = UTF-8
 # *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py *.f90
 # *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py *.f90
 
 
 FILE_PATTERNS          = *.c \
 FILE_PATTERNS          = *.c \
-                         *.h \
-                         *.l
+                         *.h
 
 
 # The RECURSIVE tag can be used to turn specify whether or not subdirectories
 # 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.
 # should be searched for input files as well. Possible values are YES and NO.
@@ -604,7 +603,7 @@ RECURSIVE              = YES
 # excluded from the INPUT source files. This way you can easily exclude a
 # 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.
 # subdirectory from a directory tree whose root is specified with the INPUT tag.
 
 
-EXCLUDE                = lib/dpkg/trigdeferred.c
+EXCLUDE                =
 
 
 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or
 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or
 # directories that are symbolic links (a Unix filesystem feature) are excluded
 # directories that are symbolic links (a Unix filesystem feature) are excluded