gt; * @tapestrydoc
> */
> public class SomeComponent {
> ...
> }
>
> _Then I __ran:_
>
> mvn javadoc:javadoc
>
> _But get the following:_
>
> ... warning - @tapestrydoc is an unknown tag.
>
> And the component parameters are not added to the javadoc...
>
&
owing to my components javadoc:_
/**
* ...
* @tapestrydoc
*/
public class SomeComponent {
...
}
_Then I __ran:_
mvn javadoc:javadoc
_But get the following:_
... warning - @tapestrydoc is an unknown tag.
And the component parameters are not added to the javadoc...
What am I doing wrong here?
owing to my components javadoc:_
/**
* ...
* @tapestrydoc
*/
public class SomeComponent {
...
}
_Then I __ran:_
mvn javadoc:javadoc
_But get the following:_
... warning - @tapestrydoc is an unknown tag.
And the component parameters are not added to the javadoc...
What am I doing wrong here?