We are using following costruct in our sources quite happily. However
Doxygen seems not to expand CXParent macro so class hierarchy is not build.

//#define CAParent
class CA {
public:
int aaa;
};

#define CXParent CA
class CX : public CXParent {
public:
int xxx;
};

note: The CXParent is used on operator =, copy contructor, etc. so it
good to keep it this way.

Doxygen: 1.8.1.2
OS: Ubuntu 12.10

-- 
Oto ot(ik) BREZINA - 오토 브레지너




-- 
--
Ot(ik)


------------------------------------------------------------------------------
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. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_123012
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to