11 lines
129 B
C++
11 lines
129 B
C++
|
// objective: test the \namespace command
|
||
|
// check: namespace_n_s.xml
|
||
|
|
||
|
namespace NS
|
||
|
{
|
||
|
}
|
||
|
|
||
|
/** @namespace NS
|
||
|
* A namespace
|
||
|
*/
|