Skip to content

Commit f6fbb80

Browse files
committed
Write "Customization of reports" section
1 parent 8d9b358 commit f6fbb80

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1471,15 +1471,15 @@ auto ra=make_reporting_adapter(
14711471
- [formatter of member names](#members-formatter);
14721472
- [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;
14731473
- [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.
14751475
14761476
Actual strings formatting is performed by a [backend formatter](backend-formatter).
14771477
14781478
Base `formatter` template class is defined in `validator/reporting/formatter.hpp` header file. Default *formatter* implementation can be obtained with `get_default_formatter()`.
14791479
14801480
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.
14811481
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).
14831483
14841484
##### Backend formatter
14851485

0 commit comments

Comments
 (0)