Commit Graph

6 Commits

Author SHA1 Message Date
Qiming Teng 7451649920 Updated config API for v1.29 2023-12-14 09:13:20 +08:00
Qiming Teng 8b94250cc9 Update config API reference 2023-10-03 14:09:48 +08:00
Qiming Teng 3e6ebb348e Fix stars in the generated configuration APIs
The upstream source comments are not quite strict at using `*`s,
`<`s or `>`s. These characters, when not enclosed in backtiqs, are
interpreted as Markdown emphasize markers or HTML tags.
Hacking the generator code is not the right solution. We should
attempt to fix them in the source code instead.
Before that, let's keep fixing the generated outputs manually.
2023-09-11 17:54:41 +08:00
Qiming Teng 79a86279a7 Config API for v1.28 2023-08-16 17:16:27 +08:00
Qiming Teng 62afa2efee Fix issues in generated config API references
This PR fixes some issues caused by the bad format in source code comments
that confuse the reference generator. Problems are related to the use of
`*` in comment text as literal string rather than emphasis.
2023-05-11 15:38:50 +08:00
Qiming Teng 6989fc3c5b Config API update for 1.26 2022-12-29 08:03:45 +08:00