Bump to doxygen 1.9.2
[platform/upstream/doxygen.git] / testing / 040_namespace.cpp
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  */