Skip to content

Commit a91b2fd

Browse files
Fix API doc comment for OrtApi::RunOptionsEnableProfiling (#27195)
### Description Fixes C++ documentation generation by replacing `<` and `>` with `[` and `]`. Angle brackets are mistaken as html tags. Successful run: https://github.com/microsoft/onnxruntime/actions/runs/21456738258 ### Motivation and Context Allow C++ document generation to succeed.
1 parent a1d8432 commit a91b2fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/onnxruntime/core/session/onnxruntime_c_api.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7225,7 +7225,7 @@ struct OrtApi {
72257225
*
72267226
* \param[in] options
72277227
* \param[in] profile_file_prefix The prefix for the profile file. The actual filename will be:
7228-
* <profile_file_prefix>_<timestamp>.json
7228+
* [profile_file_prefix]_[timestamp].json
72297229
*
72307230
* \snippet{doc} snippets.dox OrtStatus Return Value
72317231
*

0 commit comments

Comments
 (0)