mirror of
https://github.com/pese-git/cherrypick.git
synced 2026-01-23 21:13:35 +00:00
docs(api): improve all DI core code documentation with English dartdoc and examples
- Full English API/class/method documentation for core CherryPick classes: * Binding<T> * BindingResolver<T> * CycleDetector and CycleDetectionMixin * GlobalCycleDetector and GlobalCycleDetectionMixin * Factory<T> * Module * Scope - Each public and private method is now documented in clear DartDoc style with usages - Added code samples for modules, scope, subscopes, DI resolve/async, cycle detection - Russian comments completely replaced with English for consistency - NO logic or API changes, documentation and devex improvement only Also updated: pubspec.lock for workspace/example folders (auto by dependency changes)
This commit is contained in:
@@ -47,7 +47,7 @@ packages:
|
||||
path: "../cherrypick"
|
||||
relative: true
|
||||
source: path
|
||||
version: "3.0.0-dev.7"
|
||||
version: "3.0.0-dev.8"
|
||||
collection:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
||||
Reference in New Issue
Block a user