Skip to content

Commit

Permalink
clarify docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mtf90 committed Jan 4, 2024
1 parent 5acbd3b commit 6d5b1da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
package de.learnlib.tooling.annotation;

/**
* An enum that describes different types of generation of documentation.
* An enum that describes different types of document generation.
*/
public enum DocGenType {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,10 @@
boolean constructorPublic() default true;

/**
* Specifies how the documentation of the generated class should be constructed. Only concerns the documentation of
* constructors. For the class doc (especially the documentation of type variables) also see
* {@link Generic#desc()}.
* Specifies how the documentation of the generated class should be constructed. In case of {@link DocGenType#COPY},
* the constructor documentation is copied as-is, but for the class documentation only the main documentation
* (without any tags) is considered. You may use {@link Generic#desc()} to provide additional documentation for the
* {@link #generics() specified type parameters}.
*
* @return the generation type for the documentation
*/
Expand Down

0 comments on commit 6d5b1da

Please sign in to comment.