diff options
author | David Robillard <d@drobilla.net> | 2011-03-17 20:10:25 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-03-17 20:10:25 +0000 |
commit | c69ce36bea15426f4793f3247d37019f531e1f1f (patch) | |
tree | f3472f180489d4cd047a319c0e670cee319fa2bc /doc/reference.doxygen.in | |
parent | 2f06c910da4a3a57857f69b1b3e803c18e71deb3 (diff) | |
download | suil-c69ce36bea15426f4793f3247d37019f531e1f1f.tar.gz suil-c69ce36bea15426f4793f3247d37019f531e1f1f.tar.bz2 suil-c69ce36bea15426f4793f3247d37019f531e1f1f.zip |
Improve documentation.
git-svn-id: http://svn.drobilla.net/lad/trunk/suil@3111 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'doc/reference.doxygen.in')
-rw-r--r-- | doc/reference.doxygen.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/reference.doxygen.in b/doc/reference.doxygen.in index 4f2dcae..b01aa3b 100644 --- a/doc/reference.doxygen.in +++ b/doc/reference.doxygen.in @@ -74,7 +74,7 @@ BRIEF_MEMBER_DESC = NO # Note: if both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the # brief descriptions will be completely suppressed. -REPEAT_BRIEF = NO +REPEAT_BRIEF = YES # This tag implements a quasi-intelligent brief description abbreviator # that is used to form the text in various listings. Each string @@ -527,7 +527,7 @@ WARNINGS = YES # for undocumented members. If EXTRACT_ALL is set to YES then this flag will # automatically be disabled. -WARN_IF_UNDOCUMENTED = NO +WARN_IF_UNDOCUMENTED = YES # If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for # potential errors in the documentation, such as not documenting some |