This is an automated email from the ASF dual-hosted git repository.
sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git
The following commit(s) were added to refs/heads/master by this push:
new 1c9eba48 [MNG-7463] Improve documentation about deprecation in Mojo
1c9eba48 is described below
commit 1c9eba4819d697d3e7613dca1cf7e6ea407910f4
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Mon Aug 22 23:41:22 2022 +0200
[MNG-7463] Improve documentation about deprecation in Mojo
---
content/xdoc/developers/mojo-api-specification.xml | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/content/xdoc/developers/mojo-api-specification.xml
b/content/xdoc/developers/mojo-api-specification.xml
index a6216fde..4c675f12 100644
--- a/content/xdoc/developers/mojo-api-specification.xml
+++ b/content/xdoc/developers/mojo-api-specification.xml
@@ -588,9 +588,9 @@ under the License.
<td><code>deprecated</code></td>
<td><code>@deprecated <deprecated-text></code></td>
<td>No</td>
- <td>Specify the version when the Mojo was deprecated to the API.
Similar to Javadoc deprecated.
- This will trigger a warning when a user tries to configure a
parameter
- marked as deprecated.</td>
+ <td>Description with the reason of Mojo deprecation. Similar to
Javadoc deprecated.
+ This will trigger a warning when a user tries to use a Mojo marked
as deprecated.
+ </td>
</tr>
<tr>
<td><code>since</code></td>
@@ -731,9 +731,9 @@ under the License.
<td><code>deprecated</code></td>
<td><code>@deprecated <deprecated-text></code></td>
<td>No</td>
- <td>Specify the version when the Mojo was deprecated to the API.
Similar to Javadoc deprecated.
- This will trigger a warning when a user tries to configure a
parameter
- marked as deprecated.</td>
+ <td>Description with the reason of parameter deprecation. Similar to
Javadoc deprecated.
+ This will trigger a warning when a user tries to configure a
parameter marked as deprecated.
+ </td>
</tr>
<tr>
<td><code>since</code></td>