AlexandreHiroyuki / AlexandreHiroyuki/DataTome
Add Docs like comments on top of methods for nice IDE tooltips
Open
documentation
good first issue
- Dominant language
- C++
- Stars
- 11
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
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;
}
```
Contributor guide
Assessment
This issue has not been assessed yet.