Hi all,
In a C++ header file I have something like the following:
/** Class Foo description. */
Class Foo
{
public:
/** Method description. */
Bar(one::two::three::ConfigStruct, bool flag);
};
And in the corresponding .cpp file I have:
namespace six = one::two::three;
Foo::Bar(six::ConfigStruct, bool flag)
{
// Do stuff.
}
In doxygen's output I get the message:
C:/Foo.cpp:2: warning: no matching class member found for
Bar(six::ConfigStruct, bool flag)
Possible candidates:
Foo::Bar(one::two::three::ConfigStruct, bool flag)
Is there any way to get doxygen to understand the aliased namespace in
the .cpp file? I can't find anything obvious in the manual.
Regards,
Greg.
****************************************************
Visit our website at http://www.domino-printing.com
****************************************************
This Email and any files transmitted with it are intended only for the person
or entity to which it is addressed and may contain confidential and/or
privileged material. Any reading, redistribution, disclosure or other use of,
or taking of any action in reliance upon, this information by persons or
entities other than the intended recipient is prohibited. If you are not the
intended recipient please contact the sender immediately and delete the
material from your computer.
E-mail may be susceptible to data corruption, interception, viruses and
unauthorised amendment and Domino UK Limited does not accept liability for any
such corruption, interception, viruses or amendment or their consequences.
****************************************************
Domino UK Limited. Registered in England. Registered Number:1750201. Registered
Office Address: Trafalgar Way, Bar Hill, Cambridge, CB23 8TU.
------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412
_______________________________________________
Doxygen-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/doxygen-users