mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-28 17:46:09 +00:00
doxygen config: Update path to public headers
In d4043ee9d9
, 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>
This commit is contained in:
parent
634a64b10a
commit
42c07750c4
@ -1,6 +1,6 @@
|
||||
PROJECT_NAME = libgit2
|
||||
|
||||
INPUT = include
|
||||
INPUT = src/git
|
||||
QUIET = YES
|
||||
RECURSIVE = YES
|
||||
FILE_PATTERNS = *.h
|
||||
|
Loading…
Reference in New Issue
Block a user