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
|
@ -18,6 +18,7 @@ class Patch extends Equatable {
|
|||
/// - [Patch.fromBlobAndBuffer]
|
||||
/// - [Patch.fromBuffers]
|
||||
/// - [Patch.fromDiff]
|
||||
@internal
|
||||
Patch(this._patchPointer) {
|
||||
_finalizer.attach(this, _patchPointer, detach: this);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue