mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-05 04:39:07 -04:00
style: annotate declarations for internal use (#70)
This commit is contained in:
parent
d71e00947e
commit
2daadaa9a4
22 changed files with 50 additions and 0 deletions
|
@ -11,6 +11,7 @@ class Refspec extends Equatable {
|
|||
/// from provided pointer to refspec object in memory.
|
||||
///
|
||||
/// Note: For internal use.
|
||||
@internal
|
||||
const Refspec(this._refspecPointer);
|
||||
|
||||
/// Pointer to memory address for allocated refspec object.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue