doc: extract static members as well
authorPeter Hutterer <peter.hutterer@who-t.net>
Thu, 19 Dec 2013 01:06:40 +0000 (11:06 +1000)
committerJonas Ådahl <jadahl@gmail.com>
Sat, 21 Dec 2013 11:11:03 +0000 (12:11 +0100)
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 <peter.hutterer@who-t.net>
doc/libinput.doxygen.in

index b0d5fcd..cdb6aa0 100644 (file)
@@ -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.