Update doxygen file to version 1.8.13

This commit is contained in:
Crayon2000 2016-12-30 01:58:07 -05:00
parent 473d8350b4
commit f56f3a7461
2 changed files with 7 additions and 1 deletions

View file

@ -28,6 +28,7 @@ static bool geckoinit = false;
/** /**
* Initialize USB Gecko. * Initialize USB Gecko.
* @return bool true=everything worked, false=problems occurred.
*/ */
bool GRRLIB_GeckoInit() { bool GRRLIB_GeckoInit() {
u32 geckoattached = usb_isgeckoalive(EXI_CHANNEL_1); u32 geckoattached = usb_isgeckoalive(EXI_CHANNEL_1);

View file

@ -1,4 +1,4 @@
# Doxyfile 1.8.12 # Doxyfile 1.8.13
# This file describes the settings to be used by the documentation system # This file describes the settings to be used by the documentation system
# doxygen (www.doxygen.org) for a project. # doxygen (www.doxygen.org) for a project.
@ -2381,6 +2381,11 @@ DIAFILE_DIRS =
PLANTUML_JAR_PATH = PLANTUML_JAR_PATH =
# When using plantuml, the PLANTUML_CFG_FILE tag can be used to specify a
# configuration file for plantuml.
PLANTUML_CFG_FILE =
# When using plantuml, the specified paths are searched for files specified by # When using plantuml, the specified paths are searched for files specified by
# the !include statement in a plantuml block. # the !include statement in a plantuml block.