From 473fc0ac929f09353546babb295ff403f2b7b39a Mon Sep 17 00:00:00 2001 From: Brendan Le Foll Date: Thu, 8 May 2014 20:40:37 +0100 Subject: [PATCH] Doxyfile: add grove to doxygen doc building Signed-off-by: Brendan Le Foll --- Doxyfile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Doxyfile.in b/Doxyfile.in index 3b0cf827..43e8a0c2 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -753,7 +753,9 @@ WARN_LOGFILE = # spaces. # Note: If this tag is empty the current directory is searched. -INPUT = @CMAKE_CURRENT_SOURCE_DIR@/src/hmc5883l/hmc5883l.h @CMAKE_CURRENT_SOURCE_DIR@/README.md +INPUT = @CMAKE_CURRENT_SOURCE_DIR@/src/hmc5883l/hmc5883l.h \ + @CMAKE_CURRENT_SOURCE_DIR@/src/grove/grove.h \ + @CMAKE_CURRENT_SOURCE_DIR@/README.md # 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