I'm currently trying to draw a class diagram of a couple of namespaces in C++.
Right now, some variables and methods inside the namespace(free, not part of classes) are part of the namespace API, others are the external part of some classes API (like operator<< and those).
I'm only willing to represent those methods/vars that expose namespace API, but I can't find a way of doing that with standard UML tools, and can't find any relevant info in the Internet.
any hint?