Merge pull request #4188 from rcjsuen/patch-1

Correct non-existent file references in `odb.h`
This commit is contained in:
Edward Thomson 2017-04-03 13:31:39 +01:00 committed by GitHub
commit dbacbf7848

View File

@ -488,7 +488,7 @@ GIT_EXTERN(git_otype) git_odb_object_type(git_odb_object *object);
* The backends are checked in relative ordering, based on the * The backends are checked in relative ordering, based on the
* value of the `priority` parameter. * value of the `priority` parameter.
* *
* Read <odb_backends.h> for more information. * Read <sys/odb_backend.h> for more information.
* *
* @param odb database to add the backend to * @param odb database to add the backend to
* @param backend pointer to a git_odb_backend instance * @param backend pointer to a git_odb_backend instance
@ -509,7 +509,7 @@ GIT_EXTERN(int) git_odb_add_backend(git_odb *odb, git_odb_backend *backend, int
* *
* Writing is disabled on alternate backends. * Writing is disabled on alternate backends.
* *
* Read <odb_backends.h> for more information. * Read <sys/odb_backend.h> for more information.
* *
* @param odb database to add the backend to * @param odb database to add the backend to
* @param backend pointer to a git_odb_backend instance * @param backend pointer to a git_odb_backend instance