aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/CodeTemplates/LUFAConfig.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-04-08 18:46:56 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-04-08 18:46:56 +0000
commit3008f8ce131ca6c1f326aa57795b4ab2f411b865 (patch)
tree721be13d61fb3cf833592240da313d57782fe301 /LUFA/CodeTemplates/LUFAConfig.h
parent512b4d87cc57f843f2924bd7b7a9fa51c5c2a89c (diff)
downloadlufa-3008f8ce131ca6c1f326aa57795b4ab2f411b865.tar.gz
lufa-3008f8ce131ca6c1f326aa57795b4ab2f411b865.tar.bz2
lufa-3008f8ce131ca6c1f326aa57795b4ab2f411b865.zip
Doxygen documentation style changes. Minor documentation corrections.
Diffstat (limited to 'LUFA/CodeTemplates/LUFAConfig.h')
-rw-r--r--LUFA/CodeTemplates/LUFAConfig.h24
1 files changed, 13 insertions, 11 deletions
diff --git a/LUFA/CodeTemplates/LUFAConfig.h b/LUFA/CodeTemplates/LUFAConfig.h
index 5672d0e8c..f7d1509cf 100644
--- a/LUFA/CodeTemplates/LUFAConfig.h
+++ b/LUFA/CodeTemplates/LUFAConfig.h
@@ -28,17 +28,19 @@
this software.
*/
-/*
- This is a header file which can be used to configure LUFA's
- compile time options, as an alternative to the compile time
- constants supplied through a makefile. To use this configuration
- header, copy this into your project's root directory and supply
- the \c USE_LUFA_CONFIG_HEADER token to the compiler so that it is
- defined in all compiled source files.
-
- For information on what each token does, refer to the LUFA
- manual section "Summary of Compile Tokens".
-*/
+/** \file
+ * \brief LUFA Library Configuration Header File (Template)
+ *
+ * This is a header file which can be used to configure LUFA's
+ * compile time options, as an alternative to the compile time
+ * constants supplied through a makefile. To use this configuration
+ * header, copy this into your project's root directory and supply
+ * the \c USE_LUFA_CONFIG_HEADER token to the compiler so that it is
+ * defined in all compiled source files.
+ *
+ * For information on what each token does, refer to the LUFA
+ * manual section "Summary of Compile Tokens".
+ */
#ifndef __LUFA_CONFIG_H__
#define __LUFA_CONFIG_H__