Skip to content

Commit 629176c

Browse files
committed
Tweak some comments
1 parent 8ec57de commit 629176c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/orchard/java/parser.clj

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
(jdk.javadoc.doclet Doclet DocletEnvironment)))
1919

2020
;;; ## JDK Compatibility
21+
;;
2122
;; This namespace requires JDK9+.
2223

2324
;;; ## Java Source Analysis
@@ -88,6 +89,7 @@
8889
@result)))
8990

9091
;;; ## Docstring Parsing
92+
;;
9193
;; Unlike source metadata (line, position, etc) that's available directly from
9294
;; the compiler parse tree, docstrings are "some assembly required." Javadoc
9395
;; comments use both `@tags` and HTML <tags> for semantics and formatting. The

0 commit comments

Comments
 (0)