]> git.saurik.com Git - bison.git/blobdiff - doc/Doxyfile.in
maint: get fdl.texi from gnulib
[bison.git] / doc / Doxyfile.in
index ee9c439128d9c97f1ace2fdcc3181b4aa06b4ca3..b813d80291663ec1397c7540cb02fc997200476c 100644 (file)
@@ -1,4 +1,4 @@
-# Doxyfile 1.3.4               -*- Makefile -*-
+# Doxyfile 1.3.4                -*- Makefile -*-
 
 # This file describes the settings to be used by the documentation system
 # doxygen (www.doxygen.org) for a project
@@ -23,7 +23,7 @@ PROJECT_NAME           = "@PACKAGE_NAME@"
 # This could be handy for archiving the generated documentation or
 # if some version control system is used.
 
-PROJECT_NUMBER         = "@PACKAGE_VERSION@ @ID@"
+PROJECT_NUMBER         = "@PACKAGE_VERSION@"
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
 # base path where the generated documentation will be put.
@@ -362,7 +362,7 @@ WARN_LOGFILE           =
 # with spaces.
 
 INPUT                  = @top_srcdir@/src \
-                        @top_builddir@/src
+                         @top_builddir@/src
 
 # If the value of the INPUT tag contains directories, you can use the
 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
@@ -373,8 +373,8 @@ INPUT                  = @top_srcdir@/src \
 
 FILE_PATTERNS          = *.c \
                          *.h \
-                        *.l \
-                        *.y
+                         *.l \
+                         *.y
 
 # 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.
@@ -387,11 +387,11 @@ RECURSIVE              = YES
 # subdirectory from a directory tree whose root is specified with the INPUT tag.
 
 EXCLUDE                = @top_srcdir@/src/scan-gram.c \
-                        @top_srcdir@/src/scan-skel.c \
-                        @top_builddir@/src/parse-*.[ch]
+                         @top_srcdir@/src/scan-skel.c \
+                         @top_builddir@/src/parse-*.[ch]
 
 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or
-# directories that are symbolic links (a Unix filesystem feature) are
+# directories that are symbolic links (a Unix file system feature) are
 # excluded from the input.
 
 EXCLUDE_SYMLINKS       = YES