issues
search
slint-ui
/
document-features
Extract documentation for the feature flags from comments in Cargo.toml
Apache License 2.0
174
stars
13
forks
source link
Support raw string literals and make sure there is nothing after the format string
#13
Closed
FedericoStra
closed
2 years ago
FedericoStra
commented
2 years ago
This is a quick follow-up to #12.
It adds support for
r##"..."##
format strings.
It makes sure there aren't any other tokens left after the format string.
This is a quick follow-up to #12.
r##"..."##
format strings.