summaryrefslogtreecommitdiff
path: root/tinyusb.Doxyfile
diff options
context:
space:
mode:
authorhathach <[email protected]>2013-10-25 17:28:31 +0700
committerhathach <[email protected]>2013-10-25 17:28:31 +0700
commit0d00742cf0900fad2e3181bea4284e6aba775105 (patch)
treeab6c5cff8e3457b6c1177cd880d61b7f2748a2ea /tinyusb.Doxyfile
parent7bf5cbc3fc369939c5af0d675bf9c033db4b826f (diff)
more doxygen work
rename tusb_mouse_report_t (keyboard) to hid_mouse_report_t (keyboard)
Diffstat (limited to 'tinyusb.Doxyfile')
-rw-r--r--tinyusb.Doxyfile11
1 files changed, 6 insertions, 5 deletions
diff --git a/tinyusb.Doxyfile b/tinyusb.Doxyfile
index e6b7fac5c..a0a87b417 100644
--- a/tinyusb.Doxyfile
+++ b/tinyusb.Doxyfile
@@ -424,7 +424,7 @@ EXTRACT_PACKAGE = NO
# included in the documentation.
# The default value is: NO.
-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. If set to NO
@@ -457,7 +457,7 @@ EXTRACT_ANON_NSPACES = NO
# section is generated. This option has no effect if EXTRACT_ALL is enabled.
# The default value is: NO.
-HIDE_UNDOC_MEMBERS = NO
+HIDE_UNDOC_MEMBERS = YES
# If the HIDE_UNDOC_CLASSES tag is set to YES, doxygen will hide all
# undocumented classes that are normally visible in the class hierarchy. If set
@@ -1956,7 +1956,7 @@ ENABLE_PREPROCESSING = YES
# The default value is: NO.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
-MACRO_EXPANSION = NO
+MACRO_EXPANSION = YES
# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then
# the macro expansion is limited to the macros specified with the PREDEFINED and
@@ -1964,7 +1964,7 @@ MACRO_EXPANSION = NO
# The default value is: NO.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
-EXPAND_ONLY_PREDEF = NO
+EXPAND_ONLY_PREDEF = YES
# If the SEARCH_INCLUDES tag is set to YES the includes files in the
# INCLUDE_PATH will be searched if a #include is found.
@@ -1999,7 +1999,8 @@ INCLUDE_FILE_PATTERNS =
PREDEFINED = TUSB_CFG_CONTROLLER_0_MODE=TUSB_MODE_HOST \
TUSB_CFG_CONTROLLER_1_MODE=TUSB_MODE_HOST \
TUSB_CFG_HOST_HID_KEYBOARD=1 \
- TUSB_CFG_HOST_CDC_RNDIS=1
+ TUSB_CFG_HOST_CDC_RNDIS=1 \
+ ATTR_PACKED_STRUCT(x)=x
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
# tag can be used to specify a list of macro names that should be expanded. The