-
Notifications
You must be signed in to change notification settings - Fork 124
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
message_differencer.h #218
Comments
Are you talking about here? I'm not seeing what you're seeing. |
I was referring to the documentation page: https://protobuf.dev/reference/cpp/api-docs/google.protobuf.util.message_differencer/ |
Our API doc generation script is not working, currently. I hope we can address this soon so we can regenerate all of the topics to bring them current. I'll update this one directly in the meantime (though editing generated content is of course almost always a terrible idea!). |
I'm guessing the generation treats the doc comments as markdown-like, where leading spaces before a line signify a code block? If so, I'm guessing that section in the source would need to be indented a couple spaces to generate correctly. |
I looked at the source, and it's definitely wonky. It was generated before I joined the team, so I don't have any history on why it was wonky. I've updated it in the source, and it should be published here within the next two weeks. |
In message_differencer.h in the section "class MessageDifferencer::Reporter",
It currently appears as follows:
Notice there is a stray
foo {
and}
that should be part of the code block but aren't.The text was updated successfully, but these errors were encountered: