Skip to content

Commit fc96aa8

Browse files
committed
Update author names
Signed-off-by: Manoel Campos <manoelcampos@gmail.com>
1 parent 0b959a0 commit fc96aa8

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

src/main/java/com/github/markusbernhardt/xmldoclet/Parser.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@
2525
/**
2626
* The main parser class. It scans the given Doclet document root and creates the XML tree.
2727
*
28-
* @author markus
28+
* @author Markus Bernhardt
29+
* @author Andreas Reichel
30+
* @author Manoel Campos
2931
*/
3032
public class Parser {
3133
/**

src/main/java/com/github/markusbernhardt/xmldoclet/XmlDoclet.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@
2525
/// - [Doclet](https://docs.oracle.com/en/java/javase/21/docs/api/jdk.javadoc/jdk/javadoc/doclet/package-summary.html)
2626
/// - [Using the new JDK 9 Doclet API (refined in JDK 13)](https://openjdk.org/groups/compiler/using-new-doclet.html)
2727
///
28-
/// @author markus
28+
/// @author Markus Bernhardt
29+
/// @author Andreas Reichel
30+
/// @author Manoel Campos
2931
public final class XmlDoclet implements Doclet {
3032
private static final Logger LOGGER = Logger.getLogger(XmlDoclet.class.getName());
3133

0 commit comments

Comments
 (0)