-
-
Notifications
You must be signed in to change notification settings - Fork 377
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Since (annotation) - support multiple lines (#7381)
* Since - support multiple lines * HTMLGenerator - add back empty since thingy * HTMLGenerator - remove some extra lines * HTMLGenerator - add "pre" to pattern * HTMLGenerator - jk jk * HTMLGenerator - fix "new" thingy in docs * HTMLGenerator - change useless matcher to false * Update src/main/java/ch/njol/skript/doc/HTMLGenerator.java Co-authored-by: Patrick Miller <[email protected]> * HTMLGenerator - only check the last value of a "since" --------- Co-authored-by: Patrick Miller <[email protected]>
- Loading branch information
1 parent
57e8fe5
commit 0ea39ac
Showing
5 changed files
with
19 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,5 +15,5 @@ | |
@Documented | ||
public @interface Since { | ||
|
||
public String value(); | ||
public String[] value(); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters