Skip to content

Commit df6d992

Browse files
committed
fixup! Move printing C++ API to include
1 parent 41bc180 commit df6d992

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

scripts/core/INTRO.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,10 +148,8 @@ This allows the Unified Runtime shared library to be updated with additional sym
148148
Printing API
149149
------------
150150
## --validate=off
151-
The header "${x}_print.hpp" contains the "${x}_print" namespace with the output stream operator (<<) overloads. These are helpful for a human-friendly print
152-
of the Unified Runtime objects.
153-
154-
There is also the "${x}FunctionParamsPrint" function for printing function parameters. These parameters have to be provided in a \*params_t struct format suitable for
151+
The header "${x}_print.hpp" contains the "${x}::print" namespace with the output stream operator (<<) overloads for Unified Runtime objects.
152+
There is also the "${x}::extras::printFunctionParams" function for printing function parameters. These parameters have to be provided in a \*params_t struct format suitable for
155153
a given function.
156154
## --validate=on
157155

0 commit comments

Comments
 (0)