First, your samples are not javadocs - they start with
/** :)

There is potential issue qith qdox-1.6-SNAPSHOT , but
you could try qfork-1.7-SNAPSHOT ( which is forked
version which does nothave problems with spacing ) 

regards,
--- karthik Guru <[EMAIL PROTECTED]> wrote:
> Ok i got my custom tags and plugin working finally!.
> The tag validation functionality looks cool.
> I had a question on tags though. How much does space
> when specifying @tags on the source file matter?
> 
> Is 
> 
> 1)--------------------------
> 
> 
> /*
> [EMAIL PROTECTED]    
> */
> 
> same as
> 
> /*
> * @command
> */
> 
> --------------------------
> 
> Is 
> 
> 2)--------------------------
> 
> 
> /*
> * @command name="hello"  
> */
> 
> same as
> 
> /*
> * @command
> * name = "hello
> */
> 
> --------------------------
> 
> 
> I had declared the location of my tag as 'class' and
> intentionally put that on the method as well.I didnt
> see an error for a while when generating code. 
> 
> Later when i adjusted the space, it finally started
> indicating ' tag not allowed on method ' problem. 
> 
> Is there something that i need to be know about the
> the tags wrt spacing?.
> 
> thanks!
> karthik
> 
> 
> 
> 

----[ Konstantin Pribluda ( ko5tik ) ]----------------
... Auf der Suche nach einen Projekt in Rhein-Main
ab 18.4.2005
----[ http://www.pribluda.de ]------------------------

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Reply via email to