mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-05 04:39:07 -04:00
style: annotate declarations for internal use
This commit is contained in:
parent
d71e00947e
commit
871b0d7287
22 changed files with 50 additions and 0 deletions
|
@ -13,6 +13,7 @@ class Tag extends Equatable {
|
|||
/// tag object in memory.
|
||||
///
|
||||
/// Note: For internal use. Use [Tag.lookup] instead.
|
||||
@internal
|
||||
Tag(this._tagPointer) {
|
||||
_finalizer.attach(this, _tagPointer, detach: this);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue