diff options
Diffstat (limited to 'testing/040_namespace.cpp')
-rw-r--r-- | testing/040_namespace.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/040_namespace.cpp b/testing/040_namespace.cpp new file mode 100644 index 0000000..a90f377 --- /dev/null +++ b/testing/040_namespace.cpp @@ -0,0 +1,10 @@ +// objective: test the \namespace command +// check: namespace_n_s.xml + +namespace NS +{ +} + +/** @namespace NS + * A namespace + */ |