Iaroslav Kolbin
|
9011aac161
|
fix: handling properly fields with leading and trailing comments after field with trailing comment (#1593)
Co-authored-by: Iaroslav Kolbin <y.kolbin@team.bumble.com>
Co-authored-by: Alexander Fenster <fenster@google.com>
|
2021-05-07 17:04:51 -07:00 |
|
dcodeIO
|
ec6a133ff5
|
Fixed: parser should not confuse previous trailing line comments with comments for the next declaration, see #762
|
2017-04-18 21:15:39 +02:00 |
|
dcodeIO
|
301f7762ef
|
Fixed: Do not randomly remove slashes from comments, fixes #656
|
2017-01-24 01:48:51 +01:00 |
|
dcodeIO
|
c7e14b1d68
|
Fixed: Use common utility for virtual oneof getters and setters in both reflection and static code, see #644
|
2017-01-14 05:21:28 +01:00 |
|
dcodeIO
|
d4272dbf5d
|
CLI: Also accept (trailing) triple-slash comments for compatibility with protoc-gen-doc, see #640
|
2017-01-13 01:49:47 +01:00 |
|
dcodeIO
|
9e360ea6a7
|
Docs: Added a hint on documenting .proto files for static code
|
2017-01-13 00:46:03 +01:00 |
|
dcodeIO
|
3f6ffd01c3
|
Other: Restrict comment parsing for static code to explicit /**-blocks because old protos may generate a lot of nonsense otherwise, see #640
|
2017-01-13 00:31:08 +01:00 |
|
dcodeIO
|
340d6aa82a
|
New: Now also parses comments, sets them on reflected objects and re-uses them when generating static code, see #640
|
2017-01-12 23:37:08 +01:00 |
|