mirror of
https://github.com/GRRLIB/GRRLIB.git
synced 2024-11-21 22:42:20 +00:00
Update doxygen file to version 1.8.13
This commit is contained in:
parent
473d8350b4
commit
f56f3a7461
2 changed files with 7 additions and 1 deletions
|
@ -28,6 +28,7 @@ static bool geckoinit = false;
|
|||
|
||||
/**
|
||||
* Initialize USB Gecko.
|
||||
* @return bool true=everything worked, false=problems occurred.
|
||||
*/
|
||||
bool GRRLIB_GeckoInit() {
|
||||
u32 geckoattached = usb_isgeckoalive(EXI_CHANNEL_1);
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Doxyfile 1.8.12
|
||||
# Doxyfile 1.8.13
|
||||
|
||||
# This file describes the settings to be used by the documentation system
|
||||
# doxygen (www.doxygen.org) for a project.
|
||||
|
@ -2381,6 +2381,11 @@ DIAFILE_DIRS =
|
|||
|
||||
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
|
||||
# the !include statement in a plantuml block.
|
||||
|
||||
|
|
Loading…
Reference in a new issue