stoneatom / stonedb

StoneDB is an Open-Source MySQL HTAP and MySQL-Native DataBase for OLTP, Real-Time Analytics, a counterpart of MySQLHeatWave. (https://stonedb.io)
https://stonedb.io/
GNU General Public License v2.0
865 stars 141 forks source link

feature: unify code comments #17

Closed hustjieke closed 2 years ago

hustjieke commented 2 years ago

Is your feature request related to a problem? Please describe.

Currently the comment in StoneDB is not unified:

/*...*/
//
///
...

Describe the solution you'd like

For single line comment: // For multi line comments: /* .... */

Describe alternatives you've considered

Additional context

hustjieke commented 2 years ago

Follow google style: https://google.github.io/styleguide/cppguide.html#Comment_Style

RingsC commented 2 years ago

This is a part of #11 , therefore, firstly, we close this, and reopen it if necessary.