From 1e21aed210e9e1e1bb3383423c21799a93de2064 Mon Sep 17 00:00:00 2001 From: Taylor Holberton Date: Sat, 1 Oct 2016 15:17:33 -0400 Subject: Added main page for doxygen --- doxygen/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doxygen/Doxyfile') diff --git a/doxygen/Doxyfile b/doxygen/Doxyfile index bdb4870..6a3a2d2 100644 --- a/doxygen/Doxyfile +++ b/doxygen/Doxyfile @@ -771,7 +771,7 @@ WARN_LOGFILE = # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING # Note: If this tag is empty the current directory is searched. -INPUT = "../src" "../include/tinyalsa" +INPUT = "./mainpage.h" "../src" "../include/tinyalsa" # 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 -- cgit v1.2.3