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
Copy file name to clipboardExpand all lines: docs/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1471,15 +1471,15 @@ auto ra=make_reporting_adapter(
1471
1471
- [formatter of member names](#members-formatter);
1472
1472
- [formatter of miscellaneous strings](#miscellaneous-strings-formatter) such as descriptions of [special](#special-operators) and [built-in](#built-in-operators) operators as well as keywords used in the library;
1473
1473
- [formatter of operands](#operands-formatter);
1474
-
- traits that perform [final ordering and presentation](strings-order-and-presentation) of strings prepared with the partial formatters listed above.
1474
+
- implementation of [final ordering and presentation](strings-order-and-presentation) of strings prepared with the partial formatters listed above.
1475
1475
1476
1476
Actual strings formatting is performed by a [backend formatter](backend-formatter).
1477
1477
1478
1478
Base `formatter` template class is defined in `validator/reporting/formatter.hpp` header file. Default *formatter* implementation can be obtained with `get_default_formatter()`.
1479
1479
1480
1480
Use `make_formatter()` helper to construct *formatters* with custom components and [translators](#translator). There is a number of `make_formatter()` signatures defined in `validator/reporting/formatter.hpp` header file, choose the most suitable for certain cases.
1481
1481
1482
-
Reporting strings prepared with either top-level *formatter* or partial formatters can be overwritten with [reporting hints](#reporting-hints).
1482
+
Strings prepared with either top-level *formatter* or partial formatters can be overwritten with [reporting hints](#reporting-hints).
0 commit comments