From 88f21b5c574bee7c36c3284c7bcb8d3125d9ea07 Mon Sep 17 00:00:00 2001 From: Dmitry Babokin Date: Thu, 21 Feb 2013 18:13:22 +0400 Subject: [PATCH] Update for doxygen.cfg: adding ast.* and func.* and fixing builtins-c.c => builtins/builtins.c --- doxygen.cfg | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/doxygen.cfg b/doxygen.cfg index 6f9c99ef..5601e986 100644 --- a/doxygen.cfg +++ b/doxygen.cfg @@ -581,10 +581,12 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = builtins.h \ +INPUT = ast.h \ + builtins.h \ ctx.h \ decl.h \ expr.h \ + func.h \ ispc.h \ llvmutil.h \ module.h \ @@ -593,10 +595,12 @@ INPUT = builtins.h \ sym.h \ type.h \ util.h \ + ast.cpp \ builtins.cpp \ ctx.cpp \ decl.cpp \ expr.cpp \ + func.cpp \ ispc.cpp \ llvmutil.cpp \ main.cpp \ @@ -608,7 +612,7 @@ INPUT = builtins.h \ util.cpp \ parse.yy \ lex.ll \ - builtins-c.c + builtins/builtins.c # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is