big doxygen update - now it works as it should

ugfx_release_2.6
Joel Bodenmann 2012-11-07 01:47:53 +01:00
parent 1fd69f3144
commit 17857d6e97
20 changed files with 22 additions and 24 deletions

View File

@ -30,7 +30,7 @@
#include "hal.h" #include "hal.h"
#include "gdisp.h" #include "gdisp.h"
#if GFX_USE_GDISP || defined(__DOXYGEN__) #if GFX_USE_GDISP /*|| defined(__DOXYGEN__)*/
/* Include the emulation code for things we don't support */ /* Include the emulation code for things we don't support */
#include "gdisp_emulation.c" #include "gdisp_emulation.c"

View File

@ -29,7 +29,7 @@
#ifndef _GDISP_LLD_CONFIG_H #ifndef _GDISP_LLD_CONFIG_H
#define _GDISP_LLD_CONFIG_H #define _GDISP_LLD_CONFIG_H
#if GFX_USE_GDISP #if GFX_USE_GDISP
/*===========================================================================*/ /*===========================================================================*/
/* Driver hardware support. */ /* Driver hardware support. */

View File

@ -30,7 +30,7 @@
#include "hal.h" #include "hal.h"
#include "gdisp.h" #include "gdisp.h"
#if GFX_USE_GDISP || defined(__DOXYGEN__) #if GFX_USE_GDISP /*|| defined(__DOXYGEN__)*/
/* Include the emulation code for things we don't support */ /* Include the emulation code for things we don't support */
#include "gdisp_emulation.c" #include "gdisp_emulation.c"

View File

@ -30,7 +30,7 @@
#include "hal.h" #include "hal.h"
#include "gdisp.h" #include "gdisp.h"
#if GFX_USE_GDISP || defined(__DOXYGEN__) #if GFX_USE_GDISP /*|| defined(__DOXYGEN__)*/
/* Include the emulation code for things we don't support */ /* Include the emulation code for things we don't support */
#include "gdisp_emulation.c" #include "gdisp_emulation.c"

View File

@ -30,7 +30,7 @@
#include "hal.h" #include "hal.h"
#include "gdisp.h" #include "gdisp.h"
#if GFX_USE_GDISP || defined(__DOXYGEN__) #if GFX_USE_GDISP /*|| defined(__DOXYGEN__)*/
/* Include the emulation code for things we don't support */ /* Include the emulation code for things we don't support */
#include "gdisp_emulation.c" #include "gdisp_emulation.c"

View File

@ -29,7 +29,7 @@
#ifndef _GDISP_LLD_CONFIG_H #ifndef _GDISP_LLD_CONFIG_H
#define _GDISP_LLD_CONFIG_H #define _GDISP_LLD_CONFIG_H
#if GFX_USE_GDISP || defined(__DOXYGEN__) #if GFX_USE_GDISP
/*===========================================================================*/ /*===========================================================================*/
/* Driver hardware support. */ /* Driver hardware support. */

View File

@ -30,7 +30,7 @@
#include "hal.h" #include "hal.h"
#include "gdisp.h" #include "gdisp.h"
#if GFX_USE_GDISP || defined(__DOXYGEN__) #if GFX_USE_GDISP /*|| defined(__DOXYGEN__)*/
/* Include the emulation code for things we don't support */ /* Include the emulation code for things we don't support */
#include "gdisp_emulation.c" #include "gdisp_emulation.c"

View File

@ -30,7 +30,7 @@
#include "hal.h" #include "hal.h"
#include "gdisp.h" #include "gdisp.h"
#if GFX_USE_GDISP || defined(__DOXYGEN__) #if GFX_USE_GDISP /*|| defined(__DOXYGEN__)*/
#define GDISP_LLD_NO_STRUCT #define GDISP_LLD_NO_STRUCT

View File

@ -29,7 +29,7 @@
#include "ch.h" #include "ch.h"
#include "hal.h" #include "hal.h"
#if GFX_USE_GDISP || defined(__DOXYGEN__) #if GFX_USE_GDISP /*|| defined(__DOXYGEN__)*/
#define CONFIGFILE() <../GDISP_VMT_NAME1()/gdisp_lld_config.h> #define CONFIGFILE() <../GDISP_VMT_NAME1()/gdisp_lld_config.h>
#define DRIVERFILE() <../GDISP_VMT_NAME1()/gdisp_lld.c> #define DRIVERFILE() <../GDISP_VMT_NAME1()/gdisp_lld.c>

View File

@ -29,7 +29,7 @@
#include "ch.h" #include "ch.h"
#include "hal.h" #include "hal.h"
#if GFX_USE_GDISP || defined(__DOXYGEN__) #if GFX_USE_GDISP /*|| defined(__DOXYGEN__)*/
#define CONFIGFILE() <../GDISP_VMT_NAME2()/gdisp_lld_config.h> #define CONFIGFILE() <../GDISP_VMT_NAME2()/gdisp_lld_config.h>
#define DRIVERFILE() <../GDISP_VMT_NAME2()/gdisp_lld.c> #define DRIVERFILE() <../GDISP_VMT_NAME2()/gdisp_lld.c>

View File

@ -30,7 +30,7 @@
#include "hal.h" #include "hal.h"
#include "gdisp.h" #include "gdisp.h"
#if GFX_USE_GDISP || defined(__DOXYGEN__) #if GFX_USE_GDISP /*|| defined(__DOXYGEN__)*/
/* Include the emulation code for things we don't support */ /* Include the emulation code for things we don't support */
#include "gdisp_emulation.c" #include "gdisp_emulation.c"

View File

@ -29,7 +29,7 @@
#ifndef _GDISP_LLD_CONFIG_H #ifndef _GDISP_LLD_CONFIG_H
#define _GDISP_LLD_CONFIG_H #define _GDISP_LLD_CONFIG_H
#if GFX_USE_GDISP || defined(__DOXYGEN__) #if GFX_USE_GDISP /*|| defined(__DOXYGEN__)*/
/*===========================================================================*/ /*===========================================================================*/
/* Driver hardware support. */ /* Driver hardware support. */

View File

@ -30,7 +30,7 @@
#include "hal.h" #include "hal.h"
#include "touchpad.h" #include "touchpad.h"
#if GFX_USE_TOUCHPAD || defined(__DOXYGEN__) #if GFX_USE_TOUCHPAD /*|| defined(__DOXYGEN__)*/
/*===========================================================================*/ /*===========================================================================*/
/* Driver local definitions. */ /* Driver local definitions. */

View File

@ -29,7 +29,7 @@
#ifndef _TOUCHPAD_LLD_CONFIG_H #ifndef _TOUCHPAD_LLD_CONFIG_H
#define _TOUCHPAD_LLD_CONFIG_H #define _TOUCHPAD_LLD_CONFIG_H
#if GFX_USE_TOUCHPAD || defined(__DOXYGEN__) #if GFX_USE_TOUCHPAD /*|| defined(__DOXYGEN__)*/
/*===========================================================================*/ /*===========================================================================*/
/* Driver hardware support. */ /* Driver hardware support. */

View File

@ -30,7 +30,7 @@
#include "hal.h" #include "hal.h"
#include "touchpad.h" #include "touchpad.h"
#if GFX_USE_TOUCHPAD || defined(__DOXYGEN__) #if GFX_USE_TOUCHPAD /*|| defined(__DOXYGEN__)*/
/*===========================================================================*/ /*===========================================================================*/
/* Driver local definitions. */ /* Driver local definitions. */

View File

@ -29,7 +29,7 @@
#ifndef _TOUCHPAD_LLD_CONFIG_H #ifndef _TOUCHPAD_LLD_CONFIG_H
#define _TOUCHPAD_LLD_CONFIG_H #define _TOUCHPAD_LLD_CONFIG_H
#if GFX_USE_TOUCHPAD || defined(__DOXYGEN__) #if GFX_USE_TOUCHPAD /*|| defined(__DOXYGEN__)*/
/*===========================================================================*/ /*===========================================================================*/
/* Driver hardware support. */ /* Driver hardware support. */

View File

@ -30,7 +30,7 @@
#include "hal.h" #include "hal.h"
#include "gdisp.h" #include "gdisp.h"
#if GFX_USE_GDISP || defined(__DOXYGEN__) #if GFX_USE_GDISP /*|| defined(__DOXYGEN__)*/
/* Include the emulation code for things we don't support */ /* Include the emulation code for things we don't support */
#include "gdisp_emulation.c" #include "gdisp_emulation.c"

View File

@ -29,7 +29,7 @@
#ifndef _GDISP_LLD_CONFIG_H #ifndef _GDISP_LLD_CONFIG_H
#define _GDISP_LLD_CONFIG_H #define _GDISP_LLD_CONFIG_H
#if GFX_USE_GDISP || defined(__DOXYGEN__) #if GFX_USE_GDISP /*|| defined(__DOXYGEN__)*/
/*===========================================================================*/ /*===========================================================================*/
/* Driver hardware support. */ /* Driver hardware support. */

View File

@ -30,7 +30,7 @@
#include "hal.h" #include "hal.h"
#include "touchpad.h" #include "touchpad.h"
#if GFX_USE_TOUCHPAD || defined(__DOXYGEN__) #if GFX_USE_TOUCHPAD /*|| defined(__DOXYGEN__)*/
/*===========================================================================*/ /*===========================================================================*/
/* Driver local definitions. */ /* Driver local definitions. */
@ -46,9 +46,7 @@
/* Driver exported variables. */ /* Driver exported variables. */
/*===========================================================================*/ /*===========================================================================*/
#if !defined(__DOXYGEN__)
TOUCHPADDriver Touchpad; TOUCHPADDriver Touchpad;
#endif
/*===========================================================================*/ /*===========================================================================*/
/* Driver local variables. */ /* Driver local variables. */
@ -118,8 +116,8 @@ uint16_t tp_lld_read_y(void) {
} }
/* ---- Optional Routines ---- */ /* ---- Optional Routines ---- */
#if TOUCHPAD_HAS_IRQ || defined(__DOXYGEN__) #if TOCHPAD_HAS_IRQ || defined(__DOXYGEN)
/* /*
* @brief for checking if touchpad is pressed or not. * @brief for checking if touchpad is pressed or not.
* *
* @return 1 if pressed / 0 if not pressed * @return 1 if pressed / 0 if not pressed

View File

@ -29,7 +29,7 @@
#ifndef _TOUCHPAD_LLD_CONFIG_H #ifndef _TOUCHPAD_LLD_CONFIG_H
#define _TOUCHPAD_LLD_CONFIG_H #define _TOUCHPAD_LLD_CONFIG_H
#if GFX_USE_TOUCHPAD || defined(__DOXYGEN__) #if GFX_USE_TOUCHPAD /*|| defined(__DOXYGEN__)*/
/*===========================================================================*/ /*===========================================================================*/
/* Driver hardware support. */ /* Driver hardware support. */