Copy more doc comments to JS/TS files, unescape comments (#2070)

* Copy more doc comments to JS/TS files, unescape comments

* Move unescape code to macro-support
This commit is contained in:
0xd4d
2020-04-13 20:51:32 +02:00
committed by GitHub
parent fc86589715
commit 826538922f
10 changed files with 179 additions and 28 deletions

View File

@ -106,6 +106,7 @@ macro_rules! shared_api {
struct EnumVariant<'a> {
name: &'a str,
value: u32,
comments: Vec<&'a str>,
}
struct Function<'a> {