You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
418 B
13 lines
418 B
1 year ago
|
# 编码风格
|
||
|
|
||
|
高级样式信息:
|
||
|
|
||
|
- 标签扩展到4个空格
|
||
|
- Pascal / CamelCase命名约定
|
||
|
|
||
|
样式本身是以下示例文件中的文档:
|
||
|
|
||
|
- [CodingStyle.cc](https://github.com/mavlink/qgroundcontrol/blob/master/CodingStyle.cc)
|
||
|
- [CodingStyle.h](https://github.com/mavlink/qgroundcontrol/blob/master/CodingStyle.h)
|
||
|
- [CodingStyle.qml](https://github.com/mavlink/qgroundcontrol/blob/master/CodingStyle.qml)
|