/
niceSOFT
/
doxygen
Обзор
Документация
Войти
/
niceSOFT
/
doxygen
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
testing/047_return.cpp
19 строк
296 B
Dimitri van Heesch
Added regression test suite
19 июл 2013, 23:46
19 июл 2013, 23:46
5875da6
Код
Авторство
О чём код?
// objective: test the \result, \return, and \returns commands // check: 047__return_8cpp.xml /** \file */ /** Test function 1. * \result A integer. */ int func1(); /** Test function 2. * \return A integer. */ int func2(); /** Test function 3. * \returns A integer. */ int func3();