Hi,

I have a C++ project with, say, classes Box and Bag in namespace Container.

I have added .dox files with a main page, design documents, etc.

Now, those .dox files can \ref each other, but the words "Box" and "Bag" don't 
get auto linked.

So, I add to the start and end of the .dox files:

   namespace Container {
   … original content ...
   }

Autolinks appear.  However, so to do warnings about unable to resolve reference 
the name of a \page, for example.

Both the \ref and the \page are inside the C++ namespace declarations.

So, apparently, I can only choose to have \page & \ref work, or I can have auto 
link.

Is there a way to have both?

Thank you,

Jonathan
------------------------------------------------------------------------------
Own the Future-Intel® Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to