You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed a bug when using triple-slash comments ///. If you have this:
/// Hypercore Info message.messageInfo{/// If you have a comment line, like this, that occupies multiple lines here and is/// long enough to also break in html, then the html output contains a single forward/// slash that shouldn't be there.optionalbooluploading=1;optionalbooldownloading=2;}
When using the /** ... */ style comments there are no issues, so I'm using only these now.
Versions:
Ubuntu 16.04
libprotoc 2.6.1
protoc-gen-doc 0.9 (presumably, but protoc-gen-doc --version is not supported to confirm that)