Fix doxygen documentation - doxygen was getting confused on the variable-length ATTR_NON_NULL_PTR_ARG() macro used on function prototypes and was generating many return types for several functions in the documentation (thanks to David Lyons).
This commit is contained in:
parent
9b20114555
commit
d753512cca
21 changed files with 66 additions and 52 deletions
|
@ -90,6 +90,6 @@
|
|||
|
||||
bool USB_GetOSFeatureDescriptor(const uint16_t wValue, const uint8_t wIndex,
|
||||
void** const DescriptorAddress, uint16_t* const DescriptorSize)
|
||||
ATTR_WARN_UNUSED_RESULT ATTR_WEAK ATTR_NON_NULL_PTR_ARG(3, 4);
|
||||
ATTR_WARN_UNUSED_RESULT ATTR_WEAK ATTR_NON_NULL_PTR_ARG(3) ATTR_NON_NULL_PTR_ARG(4);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue