Re: [Jsdoc-user] @package tag
Status: Inactive
Brought to you by:
mmathews
|
From: Cameron S. <cam...@gm...> - 2005-06-30 11:29:10
|
Gabriel,
I notice that you have added a @package tag to the XMI support in jsdoc
1.9.5.2. Thankyou.
Unfortunately it doesn't quite work as expected.
If I create a tag:
@package net.sourceforge.mapbuilder.model then I'd expect to have XMI
that looks something like:
<package name="net">
<package name="sourceforge">
<package name="mapbuilder">
<package name="model">
Instead I get:
<package name="net.sourceforge.mapbuilder.model">
I've raised this as a bug at:
https://sourceforge.net/tracker/index.php?func=detail&aid=1230290&group_id=30801&atid=400644
Gabriel Reid wrote:
>>Would it be possible to add a @package attribute to classes?
>>And then for this @package attribute to be included in the XMI?
>
>
> This shouldn't be a problem at all, but could you register it as an RFE
> on the SF.net site? Could you also point me in the right direction for
> how this is to be integrated in XMI?
>
> Gabriel
>
>
> -------------------------------------------------------
> SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
> from IBM. Find simple to follow Roadmaps, straightforward articles,
> informative Webcasts and more! Get everything you need to get up to
> speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
> _______________________________________________
> Jsdoc-user mailing list
> Jsd...@li...
> https://lists.sourceforge.net/lists/listinfo/jsdoc-user
>
--
Cameron Shorter
http://cameron.shorter.net
|