sha256: update documentation

This commit is contained in:
Edward Thomson
2026-05-28 20:56:47 +01:00
parent cb37912800
commit 2aa2db19d1
3 changed files with 3 additions and 0 deletions

View File

@@ -116,6 +116,7 @@ GIT_EXTERN(int) git_oid_from_string(
*
* @param out oid structure the result is written into.
* @param str input hex prefix
* @param len the length of the given prefix
* @param type object id type
* @return 0 or an error code
*/

View File

@@ -63,6 +63,7 @@ GIT_EXTERN(int) git_commit_graph_open_options_init(
*
* @param cgraph_out the `git_commit_graph` struct to initialize.
* @param objects_dir the path to a git objects directory.
* @param options options for opening the graph
* @return Zero on success; -1 on failure.
*/
GIT_EXTERN(int) git_commit_graph_open(

View File

@@ -61,6 +61,7 @@ GIT_EXTERN(int) git_midx_writer_options_init(
* @param out location to store the writer pointer.
* @param pack_dir the directory where the `.pack` and `.idx` files are. The
* `multi-pack-index` file will be written in this directory, too.
* @param options the options to create the writer with
* @return 0 or an error code
*/
GIT_EXTERN(int) git_midx_writer_new(