Commit a91b2fd
authored
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
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7225 | 7225 | | |
7226 | 7226 | | |
7227 | 7227 | | |
7228 | | - | |
| 7228 | + | |
7229 | 7229 | | |
7230 | 7230 | | |
7231 | 7231 | | |
| |||
0 commit comments