C++ Namespace Alias Parsing

Christoph Heindl <[email protected]>
Newsgroups gmane.text.doxygen.devel
Message-ID <[email protected]>
Hi,

are there any known issues related to namespace aliasing with doxygen 1.5.8?

In my examples I'm shortening namespaces using namespace aliasing.
Suppose I have a namespace ::Foo::Bar. Now I'd like to shorten this by

namespace FB = ::Foo::Bar;

and use it later (within the same file and method) by

class X : FB::Base {
 // ...
};

The problem is that FB::Base is not linked to ::Foo::Bar::Base automatically.

I guess namespace aliasing is not parsed by doxygen?

Best regards,
Christoph

------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.