X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/f01a05415c03b0dd61297849ece2cfcce7f8d3e8..c029d72b9497ebf554c9d05ec58d48d7534b8a2f:/LUFA/Common/Attributes.h?ds=inline diff --git a/LUFA/Common/Attributes.h b/LUFA/Common/Attributes.h index bb0741729..d6722a28d 100644 --- a/LUFA/Common/Attributes.h +++ b/LUFA/Common/Attributes.h @@ -29,19 +29,19 @@ */ /** \file - * \brief GCC special function/variable attribute macros. + * \brief Special function/variable attribute macros. * - * \copydetails Group_GCCAttributes + * \copydetails Group_FuncVarAttributes * * \note Do not include this file directly, rather include the Common.h header file instead to gain this file's * functionality. */ /** \ingroup Group_Common - * \defgroup Group_GCCAttributes Function/Variable Attributes - * \brief GCC special function/variable attribute macros. + * \defgroup Group_FuncVarAttributes Function/Variable Attributes + * \brief Special function/variable attribute macros. * - * This module contains macros for applying GCC specific attributes to functions and variables to control various + * This module contains macros for applying specific attributes to functions and variables to control various * optimizer and code generation features of the compiler. Attributes may be placed in the function prototype * or variable declaration in any order, and multiple attributes can be specified for a single item via a space * separated list.