doxygen updates

ugfx_release_2.6
Joel Bodenmann 2013-07-21 22:02:57 +02:00
parent d98e6c5d0d
commit a675834266
21 changed files with 64 additions and 50 deletions

View File

@ -28,13 +28,13 @@ DOXYFILE_ENCODING = UTF-8
# identify the project. Note that if you do not use Doxywizard you need # identify the project. Note that if you do not use Doxywizard you need
# to put quotes around the project name if it contains spaces. # to put quotes around the project name if it contains spaces.
PROJECT_NAME = ChibiOS/GFX PROJECT_NAME = uGFX
# The PROJECT_NUMBER tag can be used to enter a project or revision number. # The PROJECT_NUMBER tag can be used to enter a project or revision number.
# This could be handy for archiving the generated documentation or # This could be handy for archiving the generated documentation or
# if some version control system is used. # if some version control system is used.
PROJECT_NUMBER = 1.6 PROJECT_NUMBER = 1.7
# Using the PROJECT_BRIEF tag one can provide an optional one line description # Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer # for a project that appears at the top of each page and should give viewer

View File

@ -1,35 +1,23 @@
/* /*
ChibiOS/GFX - Copyright (C) 2012 * This file is subject to the terms of the GFX License. If a copy of
Joel Bodenmann aka Tectu <joel@unormal.org> * the license was not distributed with this file, you can obtain one at:
This file is part of ChibiOS/GFX.
ChibiOS/GFX is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
ChibiOS/GFX is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/**
* @mainpage ChibiOS/GFX
* @author Joel Bodenmann (joel@unormal.org).
* *
* <h2>ChibiOS/GFX</h2> * http://ugfx.com/license.html
* ChibiOS/GFX is an official add-on library for ChibiOS/RT to */
* interface all different types of LCDs and touchscreens.
* /**
* <h2>Documentation</h2> * @mainpage uGFX
* - http://chibios-gfx.com * @author Joel Bodenmann (joel@unormal.org).
* *
* <h2>License</h2> * <h2>uGFX</h2>
* - http://chibios-gfx.com/license.html * µGFX is a library to interface different displays and touchscreen
* to your embedded application. Extreme low system requirements are our
* goal. A complete GUI toolkit is provided.
*
* <h2>Documentation</h2>
* - http://ugfx.org
*
* <h2>License</h2>
* - http://ugfx.org/license.html
*/ */

View File

@ -6,8 +6,8 @@
*/ */
/** /**
* @file drivers/gdisp/SSD1289/gdisp_lld_board_example_fsmc.h * @file drivers/gdisp/RA8875/gdisp_lld_board_marlin.h
* @brief GDISP Graphic Driver subsystem board interface for the SSD1289 display. * @brief GDISP Graphic Driver subsystem board interface for the RA8875 display.
* *
* @addtogroup GDISP * @addtogroup GDISP
* @{ * @{

View File

@ -6,7 +6,7 @@
*/ */
/** /**
* @file drivers/gdisp/SSD1289/gdisp_lld_board_example_fsmc.h * @file drivers/gdisp/SSD1289/gdisp_lld_board_st_stm32f4_discovery.h
* @brief GDISP Graphic Driver subsystem board interface for the SSD1289 display. * @brief GDISP Graphic Driver subsystem board interface for the SSD1289 display.
* *
* @addtogroup GDISP * @addtogroup GDISP

View File

@ -6,7 +6,7 @@
*/ */
/** /**
* @file drivers/ginput/touch/FT5x06/ginput_lld_mouse_board.h * @file drivers/ginput/touch/FT5x06/ginput_lld_mouse_board_marlin.h
* @brief GINPUT Touch low level driver source for the FT5x06. * @brief GINPUT Touch low level driver source for the FT5x06.
* *
* @defgroup Mouse Mouse * @defgroup Mouse Mouse

View File

@ -7,10 +7,11 @@
/** /**
* @file include/gadc/gadc.h * @file include/gadc/gadc.h
* @brief GADC - Periodic ADC subsystem header file.
* *
* @addtogroup GADC * @addtogroup GADC
* *
* @brief Module to abstract the very variable ADC interfaces of the underlying systems
*
* @details The reason why ChibiOS/GFX has it's own ADC abstraction is because * @details The reason why ChibiOS/GFX has it's own ADC abstraction is because
* the Chibi-OS drivers are very CPU specific and do not * the Chibi-OS drivers are very CPU specific and do not
* provide a way across all hardware platforms to create periodic * provide a way across all hardware platforms to create periodic

View File

@ -7,10 +7,11 @@
/** /**
* @file include/gaudin/gaudin.h * @file include/gaudin/gaudin.h
* @brief GAUDIN - Audio Input subsystem header file.
* *
* @addtogroup GAUDIN * @addtogroup GAUDIN
* *
* @brief Module to read audio inputs (under development)
*
* @{ * @{
*/ */

View File

@ -7,10 +7,11 @@
/** /**
* @file include/gaudout/gaudout.h * @file include/gaudout/gaudout.h
* @brief GAUDOUT - Audio Output subsystem header file.
* *
* @addtogroup GAUDOUT * @addtogroup GAUDOUT
* *
* @brief Module to output audio data (under development)
*
* @{ * @{
*/ */

View File

@ -11,6 +11,8 @@
* *
* @addtogroup GDISP * @addtogroup GDISP
* *
* @brief Module to interface graphic / pixel oriented displays
*
* @details The GDISP module provides high level abstraction to interface pixel oriented graphic displays. * @details The GDISP module provides high level abstraction to interface pixel oriented graphic displays.
* *
* @pre GFX_USE_GDISP must be set to TRUE in gfxconf.h * @pre GFX_USE_GDISP must be set to TRUE in gfxconf.h

View File

@ -7,10 +7,11 @@
/** /**
* @file include/gevent/gevent.h * @file include/gevent/gevent.h
* @brief GEVENT GFX User Event subsystem header file.
* *
* @addtogroup GEVENT * @addtogroup GEVENT
* *
* @brief Module to build a complete many-to-many event system
*
* @details GEVENT provides a simple to use but yet powerful event * @details GEVENT provides a simple to use but yet powerful event
* system. * system.
* *

View File

@ -10,6 +10,9 @@
* @brief GFX system header file. * @brief GFX system header file.
* *
* @addtogroup GFX * @addtogroup GFX
*
* @brief Main module to glue all the others together
*
* @{ * @{
*/ */

View File

@ -7,10 +7,11 @@
/** /**
* @file include/ginput/ginput.h * @file include/ginput/ginput.h
* @brief GINPUT GFX User Input subsystem header file.
* *
* @addtogroup GINPUT * @addtogroup GINPUT
* *
* @brief Module to interface different hardware input sources such as touchscreens
*
* @details GINPUT provides an easy and common interface to use different input devices * @details GINPUT provides an easy and common interface to use different input devices
* such as touchscreens and mices. * such as touchscreens and mices.
* *

View File

@ -9,7 +9,9 @@
* @file include/gmisc/gmisc.h * @file include/gmisc/gmisc.h
* @brief GMISC - Miscellaneous Routines header file. * @brief GMISC - Miscellaneous Routines header file.
* *
* @addtogroup GAUDIN * @addtogroup GMISC
*
* @brief Module which contains different features such as array conversions
* *
* @{ * @{
*/ */

View File

@ -7,10 +7,12 @@
/** /**
* @file include/gos/gos.h * @file include/gos/gos.h
* @brief GOS - Operating System Support header file. * @brief GOS - Operating System Support header file
* *
* @addtogroup GOS * @addtogroup GOS
* @brief GOS provides the operating system interface with the GFX library. *
* @brief Module to build a uniform abstraction layer between uGFX and the underlying system
*
* @note Some of the routines specified below may be implemented simply as * @note Some of the routines specified below may be implemented simply as
* a macro to the real operating system call. * a macro to the real operating system call.
* @{ * @{

View File

@ -10,7 +10,10 @@
* @brief GQUEUE header file. * @brief GQUEUE header file.
* *
* @addtogroup GQUEUE * @addtogroup GQUEUE
* @brief GQUEUE provides queue management. There are 3 types of queues: *
* @brief Module which provides queue management (only internally used)
*
* @details There are 3 types of queues:
* <ul><li><b>Asynchronous Queues (ASync) </b> - Queue operations never block</li> * <ul><li><b>Asynchronous Queues (ASync) </b> - Queue operations never block</li>
* <li><b>Get Synchronous Queues (GSync) </b> - Queue Get operations block until something is placed in the Queue</li> * <li><b>Get Synchronous Queues (GSync) </b> - Queue Get operations block until something is placed in the Queue</li>
* <li><b>Put Synchronous Queues (PSync)</b> - Queue Put operations block until the element is removed from the Queue</li> * <li><b>Put Synchronous Queues (PSync)</b> - Queue Put operations block until the element is removed from the Queue</li>
@ -128,7 +131,7 @@ bool_t gfxQueueFSyncPut(gfxQueueFSync *pqueue, gfxQueueFSyncItem *pitem, delayti
/** /**
* @brief Pop an item from the head of the queue (and remove it from the queue). * @brief Pop an item from the head of the queue (and remove it from the queue).
* @detail This is exactly the same as the Get operation above. * @details This is exactly the same as the Get operation above.
* *
* @api * @api
* @{ * @{

View File

@ -7,10 +7,11 @@
/** /**
* @file include/gtimer/gtimer.h * @file include/gtimer/gtimer.h
* @brief GTIMER GFX User Timer subsystem header file.
* *
* @addtogroup GTIMER * @addtogroup GTIMER
* *
* @brief Module which provides software based timers for user-space applications
*
* @details The reason why ChibiOS/GFX has it's own timer abstraction is because * @details The reason why ChibiOS/GFX has it's own timer abstraction is because
* virtual timers provided by ChibiOS/RT are interrupt context only. * virtual timers provided by ChibiOS/RT are interrupt context only.
* While great for what they are designed for, they make coding of the input * While great for what they are designed for, they make coding of the input

View File

@ -155,6 +155,8 @@ extern "C" {
* @param[in] vmt The virtual method table for the GWIN object * @param[in] vmt The virtual method table for the GWIN object
* @param[in] flags The default flags to use * @param[in] flags The default flags to use
* *
* @return The GHandle of the created window
*
* @notapi * @notapi
*/ */
GHandle _gwindowCreate(GWindowObject *pgw, const GWindowInit *pInit, const gwinVMT *vmt, uint16_t flags); GHandle _gwindowCreate(GWindowObject *pgw, const GWindowInit *pInit, const gwinVMT *vmt, uint16_t flags);
@ -167,6 +169,8 @@ GHandle _gwindowCreate(GWindowObject *pgw, const GWindowInit *pInit, const gwinV
* @param[in] pInit The user initialization parameters * @param[in] pInit The user initialization parameters
* @param[in] vmt The virtual method table for the Widget object * @param[in] vmt The virtual method table for the Widget object
* *
* @return The GHandle of the created widget
*
* @notapi * @notapi
*/ */
GHandle _gwidgetCreate(GWidgetObject *pgw, const GWidgetInit *pInit, const gwidgetVMT *vmt); GHandle _gwidgetCreate(GWidgetObject *pgw, const GWidgetInit *pInit, const gwidgetVMT *vmt);

View File

@ -7,7 +7,6 @@
/** /**
* @file include/gwin/gwin.h * @file include/gwin/gwin.h
* @brief GWIN Graphic window subsystem header file.
* *
* @defgroup Window Window * @defgroup Window Window
* @ingroup GWIN * @ingroup GWIN

View File

@ -10,6 +10,8 @@
* @brief GWIN sub-system options header file. * @brief GWIN sub-system options header file.
* *
* @addtogroup GWIN * @addtogroup GWIN
* @brief Module which provides a complete GUI toolkit based on widgets
*
* @{ * @{
*/ */

View File

@ -11,6 +11,8 @@
* *
* @addtogroup TDISP * @addtogroup TDISP
* *
* @brief Module to drive character / dot matrix based displays
*
* @details The TDISP module provides high level abstraction to interface pixel oriented graphic displays. * @details The TDISP module provides high level abstraction to interface pixel oriented graphic displays.
* Due the TDISP module is completely encapsulated from the other modules, it's very fast and lightweight. * Due the TDISP module is completely encapsulated from the other modules, it's very fast and lightweight.
* *

View File

@ -70,4 +70,5 @@ GHandle gwinListCreate(GListObject* widget, GWidgetInit* pInit) {
} }
#endif // GFX_USE_GWIN && GWIN_NEED_LIST #endif // GFX_USE_GWIN && GWIN_NEED_LIST
/** @} */