mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-05 12:49:08 -04:00
docs: update docs for bindings and api
This commit is contained in:
parent
a3213a88a2
commit
9d61584165
52 changed files with 352 additions and 209 deletions
|
@ -83,6 +83,8 @@ class AnnotatedCommit {
|
|||
late final Pointer<git_annotated_commit> _annotatedCommitPointer;
|
||||
|
||||
/// Pointer to pointer to memory address for allocated commit object.
|
||||
///
|
||||
/// Note: For internal use.
|
||||
Pointer<git_annotated_commit> get pointer => _annotatedCommitPointer;
|
||||
|
||||
/// Commit oid that the given annotated commit refers to.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue