| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| README | 2015-08-01 | 1.5 kB | |
| proto2cpp_v0.6-beta.tar.gz | 2015-08-01 | 33.3 kB | |
| proto2cpp_v0.5-beta.tar.gz | 2014-11-16 | 32.8 kB | |
| proto2cpp_v0.4-beta.tar.gz | 2013-08-29 | 32.5 kB | |
| Totals: 4 Items | 100.0 kB | 1 |
Doxygen filter for Google Protocol Buffers .proto files.
====================
Version history:
--------------------
0.1-pre-alpha (2012-06-13)
- initial version
--------------------
0.2-pre-alpha (2012-06-15)
- added support for enums
--------------------
0.3-alpha (2013-01-29)
- moved .proto file parsing logic to another function
- added comments to the file
--------------------
0.4-beta (2013-08-29)
- 'classified' proto2cpp and updated documentation to make the
script itself Doxygen compatible
- changed all print statements to print() functions
* 64-bit Python v3.3.1 running on 64-bit Windows 7 Home Premium
did not automatically convert print statements to print()
functions but instead raised a syntax error
- made a change so that .proto files are converted before printing
and other files are printed to stdout as is
* this allows using the filter with multiple file types
--------------------
0.5-beta (2014-11-16)
- fixed enum ending to have semicolon to have proper enum syntax
in struct (thanks to m47iast for pointing this out)
--------------------
0.6-beta (2015-07-27)
- made output to be more compact by removing extra empty lines and
not moving member comments before the member but keeping it after
the member instead
* these changes lead into need of enabling JAVADOC_AUTOBRIEF
- added steps for enabling the filter in Doxygen in this file