@@ -34,6 +34,7 @@ With those definitions in mind, let's define a set of word conventions. The main
* use ``tst`` for unit tests (possibly not pretty)
* use ``example`` for an example usage (should be pretty)
5. fully qualified namespace (``NAMESPACE``)
* description: a complete namespace which should have one or two main parts, if two, the standard is ``organization::component``. Special final namespaces can be used to hide implementation details, testing code, and group example usage.