From: Pavel Roskin Date: Wed, 21 Sep 2011 14:59:19 +0000 (-0400) Subject: doc: Use correct path for kerneldoc2doxygen.pl X-Git-Tag: hostap-1-bp~218 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d2f93d3706099dec2c5a968c5cf8262d1789d0d2;p=thirdparty%2Fhostap.git doc: Use correct path for kerneldoc2doxygen.pl Refer to kerneldoc2doxygen.pl as doc/kerneldoc2doxygen.pl since doxygen is run in the top-level source directory. Signed-off-by: Pavel Roskin --- diff --git a/doc/doxygen.conf b/doc/doxygen.conf index 20e6641ef..dfd69278f 100644 --- a/doc/doxygen.conf +++ b/doc/doxygen.conf @@ -674,7 +674,7 @@ IMAGE_PATH = doc # If FILTER_PATTERNS is specified, this tag will be # ignored. -INPUT_FILTER = kerneldoc2doxygen.pl +INPUT_FILTER = doc/kerneldoc2doxygen.pl # The FILTER_PATTERNS tag can be used to specify filters on a per file pattern # basis.