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 608258eda1f3..be733e20c4f4 100644 --- a/tools/kerneldoc/subsys/common-Doxyfile +++ b/tools/kerneldoc/subsys/common-Doxyfile @@ -231,7 +231,7 @@ INCLUDE_PATH = $(DOXYGEN_SRC_INCLUDE_PATH) \ . INCLUDE_FILE_PATTERNS = *.h # __FreeBSD__ is normally defined to the the major version number of -# FreeBSD. In the kernel source it is just checked for != 0, and +# 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. PREDEFINED = _KERNEL \ |