Doxygen documentation style changes. Minor documentation corrections.
This commit is contained in:
parent
512b4d87cc
commit
3008f8ce13
10 changed files with 1150 additions and 53 deletions
|
|
@ -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__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue