AlexandreHiroyuki / AlexandreHiroyuki/DataTome
Add Docs like comments on top of methods for nice IDE tooltips
オープン
documentation
good first issue
- 主要言語
- C++
- スター
- 11
- フォーク
- 1
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
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;
}
```
コントリビューションガイド
評価
この issue はまだ評価されていません。