We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc6a250 commit 88d427bCopy full SHA for 88d427b
src/main/java/org/nibor/autolink/package-info.java
@@ -1,5 +1,5 @@
1
/**
2
- * Extract links such as URLs and email addresses from plain text. See {@link org.nibor.autolink.LinkExtractor} for
3
- * extracting links and {@link org.nibor.autolink.Autolink} for processing links in text.
+ * Extract links such as URLs and email addresses from plain text (see {@link org.nibor.autolink.LinkExtractor}) and
+ * process the text by rendering the links (see {@link org.nibor.autolink.Autolink}).
4
*/
5
package org.nibor.autolink;
0 commit comments