Handle comments that look like HTML tags but aren't #381
Labels
priority: p3
Desirable enhancement or fix. May not be included in next release.
sidekick
Issues related to the code generator
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Consider this:
google-cloud-rust/src/gax/src/error/rpc/generated/mod.rs
Lines 199 to 200 in 2c05b48
Rustdoc treats
<ip ...>
and<Google ...>
as HTML tags. This creates two problems:Either we change all the cases of placeholders using
<... >
, or we escape these placeholders in the Rust code to keep these in the documentation output.To my knowledge, the only relevant API ( aip/192 says nothing about such "almost looks like a tag" problems.
The text was updated successfully, but these errors were encountered: