Fix up Doxygen documentation directives to allow for generation of documentation when the library code root folder is not "LUFA".

This commit is contained in:
Dean Camera 2012-04-07 17:38:30 +00:00
parent 8f4f48d963
commit ae91ccc048
3 changed files with 23 additions and 189 deletions

View file

@ -28,6 +28,13 @@
this software.
*/
/** \dir
* \brief Common library header files.
*
* This folder contains header files which are common to all parts of the LUFA library. They may be used freely in
* user applications.
*/
/** \file
* \brief Common library convenience headers, macros and functions.
*