]> git.sesse.net Git - vlc/commitdiff
doc/Doxyfile:
authorSigmund Augdal Helberg <sigmunau@videolan.org>
Sun, 17 Aug 2003 14:11:21 +0000 (14:11 +0000)
committerSigmund Augdal Helberg <sigmunau@videolan.org>
Sun, 17 Aug 2003 14:11:21 +0000 (14:11 +0000)
 * Extract documentation on static functions, useful to get the static
inline functions defined in header files listed. Drawback is that private
functions in source files are also listed.

doc/Doxyfile

index 356a63a19418514c6558c278bb2c1a0a01826905..5a1a980619cdfbc7bb2722aff4c6e0c1751f30bf 100644 (file)
@@ -58,7 +58,7 @@ EXTRACT_PRIVATE        = 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.