doxygen update

ugfx_release_2.6
Joel Bodenmann 2012-11-03 01:59:50 +01:00
parent 1294824260
commit 9ff7292013
3 changed files with 5 additions and 6 deletions

View File

@ -51,7 +51,7 @@ PROJECT_LOGO =
# If a relative path is entered, it will be relative to the location # If a relative path is entered, it will be relative to the location
# where doxygen was started. If left blank the current directory will be used. # where doxygen was started. If left blank the current directory will be used.
OUTPUT_DIRECTORY = OUTPUT_DIRECTORY = docs
# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
# 4096 sub-directories (in 2 levels) under the output directory of each output # 4096 sub-directories (in 2 levels) under the output directory of each output
@ -578,7 +578,7 @@ FILE_VERSION_FILTER =
# You can optionally specify a file name after the option, if omitted # You can optionally specify a file name after the option, if omitted
# DoxygenLayout.xml will be used as the name of the layout file. # DoxygenLayout.xml will be used as the name of the layout file.
LAYOUT_FILE = ./rsc/layout.xml LAYOUT_FILE = docs/layout.xml
#--------------------------------------------------------------------------- #---------------------------------------------------------------------------
# configuration options related to warning and progress messages # configuration options related to warning and progress messages
@ -986,7 +986,7 @@ GENERATE_HTMLHELP = NO
# can add a path in front of the file if the result should not be # can add a path in front of the file if the result should not be
# written to the html output directory. # written to the html output directory.
CHM_FILE = ../ChibiOS-GFX.chm CHM_FILE = ChibiOS-GFX.chm
# If the GENERATE_HTMLHELP tag is set to YES, the HHC_LOCATION tag can # If the GENERATE_HTMLHELP tag is set to YES, the HHC_LOCATION tag can
# be used to specify the location (absolute path including file name) of # be used to specify the location (absolute path including file name) of

View File

@ -17,7 +17,6 @@
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
/** /**
* @file graph.h * @file graph.h
* @brief GRAPH module header file. * @brief GRAPH module header file.
@ -32,7 +31,7 @@
#define GFX_USE_GRAPH FALSE #define GFX_USE_GRAPH FALSE
#endif #endif
#if GFX_USE_GRAPH #if GFX_USE_GRAPH || defined(__DOXYGEN__)
/*===========================================================================*/ /*===========================================================================*/
/* Type definitions */ /* Type definitions */

View File

@ -31,7 +31,7 @@
#include "gdisp.h" #include "gdisp.h"
#include "graph.h" #include "graph.h"
#if GFX_USE_GRAPH #if GFX_USE_GRAPH || defined(__DOXYGEN__)
/** /**
* @brief Draw a horizontal dot line. * @brief Draw a horizontal dot line.