Commit 42c07750c431b6bd77c6a9e1ff4997285932e352

Andreas Ericsson 2008-11-27T09:26:52

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>

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/api.doxygen b/api.doxygen
index 8dfd652..faf2dae 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