More Doxygen updates for multiple architecture support.
[pub/lufa.git] / LUFA / Common / Architectures.h
index 3aa7a58..85f0d39 100644 (file)
@@ -29,7 +29,7 @@
 */\r
 \r
 /** \file\r
- *  \brief Supported architecture defines.\r
+ *  \brief Supported library architecture defines.\r
  *\r
  *  \copydetails Group_Architectures\r
  *\r
 \r
 /** \ingroup Group_Common\r
  *  \defgroup Group_Architectures Hardware Architectures\r
- *  \brief Supported architecture defines.\r
+ *  \brief Supported library architecture defines.\r
  *\r
- *  Macros for indicating the chosen hardware architecture to the library. These macros should be used when\r
- *  defining the ARCH token to the chosen hardware via the -D switch in the project makefile.\r
+ *  Architecture macros for selecting the desired target microcontroller architecture. One of these values should be\r
+ *  defined as the value of \c ARCH in the user project makefile via the \c -D compiler switch to GCC, to select the\r
+ *  target architecture.\r
+ *\r
+ *  The selected architecture should remain consistent with the makefile \c ARCH value, which is used to select the\r
+ *  underlying driver source files for each architecture.\r
  *\r
  *  @{\r
  */\r