From: Carsten J. <ca...@ch...> - 2012-12-14 10:34:51
Is there any way I can link to types defined in packages from my mainpage
VHDL file or from other entities?
I have tried apackage#atype, apackage.atype, apackage::atype
and apackage:atype but none of these works...?
/Carsten
try this example
package standard is
type boolean is (false,true);
type bit is ('0', '1');
end package;
--!\mainpage my project
--! @see standard::bit
Carsten Jørgensen-2 wrote:
>
> Is there any way I can link to types defined in packages from my mainpage
> VHDL file or from other entities?
>
> I have tried apackage#atype, apackage.atype, apackage::atype
> and apackage:atype but none of these works...?
>
> /Carsten
>
> ------------------------------------------------------------------------------
> LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
> Remotely access PCs and mobile devices and provide instant support
> Improve your efficiency, and focus on delivering more value-add services
> Discover what IT Professionals Know. Rescue delivers
> http://p.sf.net/sfu/logmein_12329d2d
> _______________________________________________
> Doxygen-users mailing list
> Dox...@li...
> https://lists.sourceforge.net/lists/listinfo/doxygen-users
>
>
--
View this message in context: http://old.nabble.com/VHDL-packages-and-links-to-types-tp34796952p34811038.html
Sent from the Doxygen - Users mailing list archive at Nabble.com.