diff options
author | Shawn O. Pearce <spearce@spearce.org> | 2008-11-01 15:42:23 -0700 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2008-11-01 15:42:23 -0700 |
commit | d1ea30c399629de48ac3fe68869a21171ad131eb (patch) | |
tree | 31438e245492d85fd6da4d1406eba0fbde8332a4 /api.doxygen | |
parent | 3e89665eb6d5ab75051dc59fc8b63316908b19d1 (diff) | |
download | libgit2-d1ea30c399629de48ac3fe68869a21171ad131eb.tar.gz |
Move include files to include/git/, drop git_ prefix from file names
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'api.doxygen')
-rw-r--r-- | api.doxygen | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api.doxygen b/api.doxygen index 0acd9f8ba..b27d0a806 100644 --- a/api.doxygen +++ b/api.doxygen @@ -1,6 +1,6 @@ PROJECT_NAME = libgit2 -INPUT = src +INPUT = include QUIET = YES RECURSIVE = YES FILE_PATTERNS = *.h |