docs: update docs for bindings and api

This commit is contained in:
Aleksey Kulikov 2022-04-28 16:04:30 +03:00
parent a3213a88a2
commit 9d61584165
52 changed files with 352 additions and 209 deletions

View file

@ -85,6 +85,8 @@ class RefLog with IterableMixin<RefLogEntry> {
/// Writes an existing in-memory reflog object back to disk using an atomic
/// file lock.
///
/// Throws a [LibGit2Error] if error occured.
void write() => bindings.write(_reflogPointer);
/// Releases memory allocated for reflog object.