From e13d0c8248ab3bc916c61d399dd915dc809ed9c2 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 19 Dec 2013 11:06:40 +1000 Subject: [PATCH] doc: extract static members as well We only run doxygen over the public headers, so if we have a static function in those make sure they show up. Signed-off-by: Peter Hutterer --- doc/libinput.doxygen.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/libinput.doxygen.in b/doc/libinput.doxygen.in index b0d5fcd7..cdb6aa08 100644 --- a/doc/libinput.doxygen.in +++ b/doc/libinput.doxygen.in @@ -364,7 +364,7 @@ EXTRACT_PACKAGE = NO # If the EXTRACT_STATIC tag is set to YES all static members of a file # will be included in the documentation. -EXTRACT_STATIC = NO +EXTRACT_STATIC = YES # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) # defined locally in source files will be included in the documentation.