File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
src/main/java/com/github/markusbernhardt/xmldoclet Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 25
25
/**
26
26
* The main parser class. It scans the given Doclet document root and creates the XML tree.
27
27
*
28
- * @author markus
28
+ * @author Markus Bernhardt
29
+ * @author Andreas Reichel
30
+ * @author Manoel Campos
29
31
*/
30
32
public class Parser {
31
33
/**
Original file line number Diff line number Diff line change 25
25
/// - [Doclet](https://docs.oracle.com/en/java/javase/21/docs/api/jdk.javadoc/jdk/javadoc/doclet/package-summary.html)
26
26
/// - [Using the new JDK 9 Doclet API (refined in JDK 13)](https://openjdk.org/groups/compiler/using-new-doclet.html)
27
27
///
28
- /// @author markus
28
+ /// @author Markus Bernhardt
29
+ /// @author Andreas Reichel
30
+ /// @author Manoel Campos
29
31
public final class XmlDoclet implements Doclet {
30
32
private static final Logger LOGGER = Logger .getLogger (XmlDoclet .class .getName ());
31
33
You can’t perform that action at this time.
0 commit comments