Skip to content

Commit

Permalink
Enable strict prototype matching in the library Doxygen configuration…
Browse files Browse the repository at this point in the history
… file, to ensure all documentation references are as correct as possible.

git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2490 d5102386-fcda-11dd-9fdb-3debd5008f28
  • Loading branch information
Dean authored and Dean committed Sep 17, 2012
1 parent a059eed commit 49a531a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions LUFA/Doxygen.conf
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ SIP_SUPPORT = NO

# For Microsoft's IDL there are propget and propput attributes to indicate getter and setter methods for a property. Setting this option to YES (the default) will make doxygen replace the get and set methods by a property in the documentation. This will only work if the methods are indeed getting or setting a simple type. If this is not the case, or you want to show the methods anyway, you should set this option to NO.

IDL_PROPERTY_SUPPORT = YES
IDL_PROPERTY_SUPPORT = NO

# If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC
# tag is set to YES, then doxygen will reuse the documentation of the first
Expand Down Expand Up @@ -522,7 +522,7 @@ SORT_BY_SCOPE_NAME = NO
# by doing a simple string match. By disabling STRICT_PROTO_MATCHING doxygen
# will still accept a match between prototype and implementation in such cases.

STRICT_PROTO_MATCHING = NO
STRICT_PROTO_MATCHING = YES

# The GENERATE_TODOLIST tag can be used to enable (YES) or
# disable (NO) the todo list. This list is created by putting \todo
Expand Down Expand Up @@ -561,7 +561,7 @@ ENABLED_SECTIONS =
# documentation can be controlled using \showinitializer or \hideinitializer
# command in the documentation regardless of this setting.

MAX_INITIALIZER_LINES = 15
MAX_INITIALIZER_LINES = 1

# Set the SHOW_USED_FILES tag to NO to disable the list of files generated
# at the bottom of the documentation of classes and structs. If set to YES the
Expand Down

0 comments on commit 49a531a

Please sign in to comment.