# 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
# *.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.
# 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
#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