summaryrefslogtreecommitdiff
path: root/api.doxygen
diff options
context:
space:
mode:
authorAndreas Ericsson <ae@op5.se>2008-11-27 09:26:52 +0100
committerShawn O. Pearce <spearce@spearce.org>2008-12-02 08:45:03 -0800
commit42c07750c431b6bd77c6a9e1ff4997285932e352 (patch)
treeb3178627077e4c6b240ed61c4e9a3f80e42d6c21 /api.doxygen
parent634a64b10a627e64f1a4370d085eed0be242b6ed (diff)
downloadlibgit2-42c07750c431b6bd77c6a9e1ff4997285932e352.tar.gz
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 <ae@op5.se> Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'api.doxygen')
-rw-r--r--api.doxygen2
1 files changed, 1 insertions, 1 deletions
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