diff options
author | David Robillard <d@drobilla.net> | 2007-02-05 23:56:01 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-02-05 23:56:01 +0000 |
commit | 87e016baff11bd74d905b68e48577461b36b992c (patch) | |
tree | a2e90cdf0b775f7668c3700225b61278a8fb63dc | |
parent | 1185ca8508267f9a2d466d70bfeeaa8a6aa05298 (diff) | |
download | lilv-87e016baff11bd74d905b68e48577461b36b992c.tar.gz lilv-87e016baff11bd74d905b68e48577461b36b992c.tar.bz2 lilv-87e016baff11bd74d905b68e48577461b36b992c.zip |
Documentation fix.
git-svn-id: http://svn.drobilla.net/lad/slv2@284 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r-- | doc/reference.doxygen.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/reference.doxygen.in b/doc/reference.doxygen.in index e797565..0d2e936 100644 --- a/doc/reference.doxygen.in +++ b/doc/reference.doxygen.in @@ -224,7 +224,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. |