/
niceSOFT
/
numpy
Обзор
Документация
Войти
/
niceSOFT
/
numpy
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
doc/source/dev/examples/doxy_func.h
11 строк
313 B
Sayed Adel
DOC: Improve Doxygen Javadoc style examples
31 авг 2021, 21:22
31 авг 2021, 21:22
241527a
Код
Авторство
О чём код?
/** * This a simple brief. * * And the details goes here. * Multi lines are welcome. * * @param num leave a comment for parameter num. * @param str leave a comment for the second parameter. * @return leave a comment for the returned value. */ int doxy_javadoc_example(int num, const char *str);