diff --git a/libctru/Doxyfile b/libctru/Doxyfile index 3a3be9f..f109dd9 100644 --- a/libctru/Doxyfile +++ b/libctru/Doxyfile @@ -743,7 +743,7 @@ WARN_LOGFILE = # spaces. # Note: If this tag is empty the current directory is searched. -INPUT = +INPUT = source include # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses @@ -763,7 +763,7 @@ INPUT_ENCODING = UTF-8 # *.md, *.mm, *.dox, *.py, *.f90, *.f, *.for, *.tcl, *.vhd, *.vhdl, *.ucf, # *.qsf, *.as and *.js. -FILE_PATTERNS = +FILE_PATTERNS = *.h *.c *.cpp *.s # The RECURSIVE tag can be used to specify whether or not subdirectories should # be searched for input files as well. @@ -811,7 +811,7 @@ EXCLUDE_SYMBOLS = # that contain example code fragments that are included (see the \include # command). -EXAMPLE_PATH = +EXAMPLE_PATH = ../examples # If the value of the EXAMPLE_PATH tag contains directories, you can use the # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and diff --git a/libctru/include/3ds.h b/libctru/include/3ds.h index 4b213a5..d43bfe5 100644 --- a/libctru/include/3ds.h +++ b/libctru/include/3ds.h @@ -49,3 +49,24 @@ extern "C" { #ifdef __cplusplus } #endif +/** + * @example app_launch/source/main.c + * @example audio/mic/source/main.c + * @example get_system_language/source/main.c + * @example gpu/source/main.c + * @example graphics/bitmap/24bit-color/source/main.c + * @example graphics/printing/hello-world/source/main.c + * @example graphics/printing/both-screen-text/source/main.c + * @example graphics/printing/colored-text/source/main.c + * @example graphics/printing/multiple-windows-text/source/main.c + * @example http/source/main.c + * @example input/read-controls/source/main.c + * @example input/touch-screen/source/main.c + * @example libapplet_launch/source/main.c + * @example mvd/source/main.c + * @example qtm/source/main.c + * @example sdmc/source/main.c + * @example threads/event/source/main.c + * @example time/rtc/source/main.c + */ + \ No newline at end of file