Skip to content

Commit 7cb72ea

Browse files
committed
update documentation
1 parent 40813b4 commit 7cb72ea

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

Docs/advanced-guides/injected-utility-class.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ This base class has inject() method that can be used to inject services in simpl
66
there are InjectedSingleton, InjectedScoped and InjectedTransient base classes that are inheriting
77
from Injected and Registered classes to combine these two features
88

9+
.. _Injected: ../reference/di/utils/injected.html
10+
911
.. note::
1012
Class should inherit Injected constructor with 'using Injected::Injected;' in public section
1113

Docs/advanced-guides/register-utility-class.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Injected Utility Class
22
========================================
33

44
Library provides simple template RegisterService_ utility class.
5-
This base class can be used to automatically register class in service collection with use of specjalized TRegisterer:
5+
This base class can be used to automatically register class in service collection with use of specjalized TRegisterer.
66
There are already created aliases RegisterSingleton_, RegisterScoped_, RegisterTransient_ that are registering services
77
in GlobalServices_ singleton.
88

Docs/reference/di/utils.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sb::di - Utils
55
:maxdepth: 5
66
:titlesonly:
77

8-
di/utils/globalservices
9-
di/utils/injected
10-
di/utils/register
11-
di/utils/serviceextractor
8+
utils/globalservices
9+
utils/injected
10+
utils/register
11+
utils/serviceextractor

0 commit comments

Comments
 (0)