040_namespace.cpp
Go to the documentation of this file.
1 // objective: test the \namespace command
2 // check: namespace_n_s.xml
3 
4 namespace NS
5 {
6 }
7 
8 /** @namespace NS
9  * A namespace
10  */