- Timestamp:
- Aug 22, 2018 8:21:47 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/cpp/restbase.h
r73803 r73849 53 53 54 54 /** 55 * RTStrPrintf like function (see @re lpg_rt_str_format).55 * RTStrPrintf like function (see @ref pg_rt_str_format). 56 56 * 57 57 * @returns Number of bytes outputted. 58 * @param u DepthThe indentation level.58 * @param uIndent The indentation level. 59 59 * @param pszFormat The format string. 60 60 * @param ... Argument specfied in @a pszFormat. … … 70 70 71 71 /** 72 * RTStrPrintfV like function (see @re lpg_rt_str_format).72 * RTStrPrintfV like function (see @ref pg_rt_str_format). 73 73 * 74 74 * @returns Number of bytes outputted. 75 * @param u DepthThe indentation level.75 * @param uIndent The indentation level. 76 76 * @param pszFormat The format string. 77 77 * @param va Argument specfied in @a pszFormat.
Note:
See TracChangeset
for help on using the changeset viewer.