Book a Demo

Author Topic: Retrieve namespace names  (Read 2085 times)

Korchkidu

  • EA User
  • **
  • Posts: 30
  • Karma: +0/-0
    • View Profile
Retrieve namespace names
« on: July 19, 2009, 06:12:41 pm »
Hi everybody,

I want to generate a C++ file with something like this:

/**
*
* @ingroup NAMESPACE2
*/
namespace NAMESPACE1
{
  namespace NAMESPACE2
{
...
}
}

How do I retrieve "sub-namespace" at the header scope?

thank you for any help.
K.