From 42c07750c431b6bd77c6a9e1ff4997285932e352 Mon Sep 17 00:00:00 2001 From: Andreas Ericsson Date: Thu, 27 Nov 2008 09:26:52 +0100 Subject: [PATCH] doxygen config: Update path to public headers In d4043ee9d97031e94f205110996d2381dd26c540, public headers were moved from include/git to src/git, but the doxygen configuration wasn't updated to reflect this. This patch amends that slippage, making documentation generation once again work as intended. Signed-off-by: Andreas Ericsson Signed-off-by: Shawn O. Pearce --- api.doxygen | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.doxygen b/api.doxygen index 8dfd65280..faf2dae9a 100644 --- a/api.doxygen +++ b/api.doxygen @@ -1,6 +1,6 @@ PROJECT_NAME = libgit2 -INPUT = include +INPUT = src/git QUIET = YES RECURSIVE = YES FILE_PATTERNS = *.h