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,16 +28,18 @@
 | 
			
		|||
  this software.
 | 
			
		||||
*/
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
   This is a stub driver header file, for implementing custom board
 | 
			
		||||
   layout hardware with compatible LUFA board specific drivers. If
 | 
			
		||||
   the library is configured to use the BOARD_USER board mode, this
 | 
			
		||||
   driver file should be completed and copied into the "/Board/" folder
 | 
			
		||||
   inside the application's folder.
 | 
			
		||||
 | 
			
		||||
   This stub is for the board-specific component of the LUFA Buttons driver,
 | 
			
		||||
   for the control of physical board-mounted GPIO pushbuttons.
 | 
			
		||||
*/
 | 
			
		||||
/** \file
 | 
			
		||||
 *  \brief LUFA Custom Board Button Hardware Driver (Template)
 | 
			
		||||
 *
 | 
			
		||||
 *  This is a stub driver header file, for implementing custom board
 | 
			
		||||
 *  layout hardware with compatible LUFA board specific drivers. If
 | 
			
		||||
 *  the library is configured to use the BOARD_USER board mode, this
 | 
			
		||||
 *  driver file should be completed and copied into the "/Board/" folder
 | 
			
		||||
 *  inside the application's folder.
 | 
			
		||||
 *
 | 
			
		||||
 *  This stub is for the board-specific component of the LUFA Buttons driver,
 | 
			
		||||
 *  for the control of physical board-mounted GPIO pushbuttons.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
#ifndef __BUTTONS_USER_H__
 | 
			
		||||
#define __BUTTONS_USER_H__
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -28,15 +28,17 @@
 | 
			
		|||
  this software.
 | 
			
		||||
*/
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
   This is a stub driver header file, for implementing custom board
 | 
			
		||||
   layout hardware with compatible LUFA board specific drivers. If
 | 
			
		||||
   the library is configured to use the BOARD_USER board mode, this
 | 
			
		||||
   driver file should be completed and copied into the "/Board/" folder
 | 
			
		||||
   inside the application's folder.
 | 
			
		||||
 | 
			
		||||
   This stub is for the board-specific component of the LUFA Dataflash
 | 
			
		||||
   driver.
 | 
			
		||||
/** \file
 | 
			
		||||
 *  \brief LUFA Custom Board Dataflash Hardware Driver (Template)
 | 
			
		||||
 *
 | 
			
		||||
 *  This is a stub driver header file, for implementing custom board
 | 
			
		||||
 *  layout hardware with compatible LUFA board specific drivers. If
 | 
			
		||||
 *  the library is configured to use the BOARD_USER board mode, this
 | 
			
		||||
 *  driver file should be completed and copied into the "/Board/" folder
 | 
			
		||||
 *  inside the application's folder.
 | 
			
		||||
 *
 | 
			
		||||
 *  This stub is for the board-specific component of the LUFA Dataflash
 | 
			
		||||
 *  driver.
 | 
			
		||||
*/
 | 
			
		||||
 | 
			
		||||
#ifndef __DATAFLASH_USER_H__
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -28,15 +28,17 @@
 | 
			
		|||
  this software.
 | 
			
		||||
*/
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
   This is a stub driver header file, for implementing custom board
 | 
			
		||||
   layout hardware with compatible LUFA board specific drivers. If
 | 
			
		||||
   the library is configured to use the BOARD_USER board mode, this
 | 
			
		||||
   driver file should be completed and copied into the "/Board/" folder
 | 
			
		||||
   inside the application's folder.
 | 
			
		||||
 | 
			
		||||
   This stub is for the board-specific component of the LUFA Joystick
 | 
			
		||||
   driver, for a digital four-way (plus button) joystick.
 | 
			
		||||
/** \file
 | 
			
		||||
 *  \brief LUFA Custom Board Joystick Hardware Driver (Template)
 | 
			
		||||
 *
 | 
			
		||||
 *  This is a stub driver header file, for implementing custom board
 | 
			
		||||
 *  layout hardware with compatible LUFA board specific drivers. If
 | 
			
		||||
 *  the library is configured to use the BOARD_USER board mode, this
 | 
			
		||||
 *  driver file should be completed and copied into the "/Board/" folder
 | 
			
		||||
 *  inside the application's folder.
 | 
			
		||||
 *
 | 
			
		||||
 *  This stub is for the board-specific component of the LUFA Joystick
 | 
			
		||||
 *  driver, for a digital four-way (plus button) joystick.
 | 
			
		||||
*/
 | 
			
		||||
 | 
			
		||||
#ifndef __JOYSTICK_USER_H__
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -28,15 +28,17 @@
 | 
			
		|||
  this software.
 | 
			
		||||
*/
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
   This is a stub driver header file, for implementing custom board
 | 
			
		||||
   layout hardware with compatible LUFA board specific drivers. If
 | 
			
		||||
   the library is configured to use the BOARD_USER board mode, this
 | 
			
		||||
   driver file should be completed and copied into the "/Board/" folder
 | 
			
		||||
   inside the application's folder.
 | 
			
		||||
 | 
			
		||||
   This stub is for the board-specific component of the LUFA LEDs driver,
 | 
			
		||||
   for the LEDs (up to four) mounted on most development boards.
 | 
			
		||||
/** \file
 | 
			
		||||
 *  \brief LUFA Custom Board LED Hardware Driver (Template)
 | 
			
		||||
 *
 | 
			
		||||
 *  This is a stub driver header file, for implementing custom board
 | 
			
		||||
 *  layout hardware with compatible LUFA board specific drivers. If
 | 
			
		||||
 *  the library is configured to use the BOARD_USER board mode, this
 | 
			
		||||
 *  driver file should be completed and copied into the "/Board/" folder
 | 
			
		||||
 *  inside the application's folder.
 | 
			
		||||
 *
 | 
			
		||||
 *  This stub is for the board-specific component of the LUFA LEDs driver,
 | 
			
		||||
 *  for the LEDs (up to four) mounted on most development boards.
 | 
			
		||||
*/
 | 
			
		||||
 | 
			
		||||
#ifndef __LEDS_USER_H__
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue