doxygen/tests/upstream-test-suite/040_namespace.cpp

11 lines
129 B
C++
Raw Normal View History

2019-03-06 17:39:53 +00:00
// objective: test the \namespace command
// check: namespace_n_s.xml
namespace NS
{
}
/** @namespace NS
* A namespace
*/