You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Luís Oliveira (JIRA)" <ji...@codehaus.org> on 2013/05/17 14:30:53 UTC

[jira] (MJAVADOC-367) javadoc:fix could allow to disable the @inheritDoc tag

Luís Oliveira created MJAVADOC-367:
--------------------------------------

             Summary: javadoc:fix could allow to disable the @inheritDoc tag
                 Key: MJAVADOC-367
                 URL: https://jira.codehaus.org/browse/MJAVADOC-367
             Project: Maven 2.x Javadoc Plugin
          Issue Type: Improvement
    Affects Versions: 2.9
            Reporter: Luís Oliveira


I might have overlooked something, but when using the javadoc:fix target, I can't seem to prevent it from adding the inheritDoc to methods with an @Override tag.

It would be nice to be able to disable this, using a config option. I tried the following options on my project's POM, but to no avail:

<additionalparam>-tag inheritDoc:X</additionalparam>
<tags>
  <tag>
    <name>inheritDoc</name>
    <placement>X</placement>
  </tag>
</tags>


Thanks.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira