diff options
Diffstat (limited to 'tools/kerneldoc/subsys/common-Doxyfile')
-rw-r--r-- | tools/kerneldoc/subsys/common-Doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/kerneldoc/subsys/common-Doxyfile b/tools/kerneldoc/subsys/common-Doxyfile index be733e20c..b9acf4f 100644 --- a/tools/kerneldoc/subsys/common-Doxyfile +++ b/tools/kerneldoc/subsys/common-Doxyfile @@ -230,7 +230,7 @@ SEARCH_INCLUDES = YES INCLUDE_PATH = $(DOXYGEN_SRC_INCLUDE_PATH) \ . INCLUDE_FILE_PATTERNS = *.h -# __FreeBSD__ is normally defined to the the major version number of +# __FreeBSD__ is normally defined to the major version number of # FreeBSD. In the kernel source it is just checked if it is defined, and # __FreeBSD_version is used for version dependend code. # To make live simple on major version bumps, just define __FreeBSD__ to 1. |