-
Notifications
You must be signed in to change notification settings - Fork 468
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Slashes end up in the html output when using triple-slash comments #298
Comments
According to the official protobuf specifications - *.proto files should be commented using C++ double slash comments. In order to alter this to triple slash c# documentation comments I've used the following bash script as a preprocesing workaround - this also has the side-effect of clearing up extra slashes in the HTML output.
|
sorry, for my late reply and thanks for the elaborate explanation 👍 will have need for good will come back later, really like this project! keep good work arnold |
Thanks for your nice project.
I noticed a bug when using triple-slash comments
///
. If you have this:When using the
/** ... */
style comments there are no issues, so I'm using only these now.Versions:
16.04
2.6.1
0.9
(presumably, butprotoc-gen-doc --version
is not supported to confirm that)The text was updated successfully, but these errors were encountered: