Skip to content

Commit

Permalink
[docs] Add @PrivateAPI within the API documentation.
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Galland <galland@arakhne.org>
  • Loading branch information
gallandarakhneorg committed Oct 17, 2017
1 parent ad7954e commit 27e7c91
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
Expand Up @@ -107,6 +107,7 @@ class AgentTask extends SRESpecificDataContainer {
*
* @param name name of the task.
* @since 0.7, it is part of the private API.
* @privateapi
*/
@PrivateAPI
def setTaskName(name : String) : void {
Expand Down
Expand Up @@ -50,6 +50,7 @@
* @mavengroupid $GroupId$
* @mavenartifactid $ArtifactId$
* @since 0.5
* @privateapi
*/
@PrivateAPI
public final class SREutils {
Expand Down
5 changes: 5 additions & 0 deletions pom.xml
Expand Up @@ -720,6 +720,11 @@
<tag>
<name>model</name>
<placement>a</placement>
<head>Private API</head>
</tag>
<tag>
<name>privateapi</name>
<placement>a</placement>
<head>Model element</head>
</tag>
<tag>
Expand Down

0 comments on commit 27e7c91

Please sign in to comment.