AlexandreHiroyuki / AlexandreHiroyuki/DataTome
Add Docs like comments on top of methods for nice IDE tooltips
Đang mở
documentation
good first issue
- Ngôn ngữ chính
- C++
- Star
- 11
- Fork
- 1
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
Comments have to be consistent with the [docs](https://github.com/AlexandreHiroyuki/DataTomeDocs)
Example:
```cpp
/**
* Do something.
* @param int data.
* @returns int data multiplied by 100.
*/
int do_something(int data) {
return data * 100;
}
```
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.