AlexandreHiroyuki / AlexandreHiroyuki/DataTome
Add Docs like comments on top of methods for nice IDE tooltips
Abierto
documentation
good first issue
- Lenguaje dominante
- C++
- Estrellas
- 11
- Forks
- 1
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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;
}
```
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.