You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat docs: use schemas in core for docs in more cases
Tests: протестировано в CI, проверено локально что все поля отображаются и форматируются приятно для глаза (или хотя бы как было раньше)
commit_hash:11acc32e14d18a2e6f15fe8b53e6870744038722
Copy file name to clipboardExpand all lines: core/include/userver/components/process_starter.hpp
+6-9Lines changed: 6 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -11,22 +11,19 @@ USERVER_NAMESPACE_BEGIN
11
11
12
12
namespacecomponents {
13
13
14
-
// clang-format off
15
-
16
14
/// @ingroup userver_components
17
15
///
18
16
/// @brief Component for getting the engine::subprocess::ProcessStarter.
19
17
///
20
-
/// ## Static options:
21
-
/// Name | Description | Default value
22
-
/// ---- | ----------- | -------------
23
-
/// task_processor | the name of the TaskProcessor for asynchronous process starting | the 'default_task_processor' value from components::ManagerControllerComponent
24
-
25
-
// clang-format on
18
+
/// ## Static options of @ref components::ProcessStarter :
0 commit comments