Skip to content

Commit 877c084

Browse files
committed
Fix Javadoc
1 parent 1591a0d commit 877c084

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/org/opensolaris/opengrok/analysis/document/MandocAnalyzer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public void analyze(Document doc, StreamSource src, Writer xrefOut)
7171
}
7272

7373
/**
74-
* Create an {@see MandocXref} instance.
74+
* Create a {@link MandocXref} instance.
7575
* @param reader the data to produce xref for
7676
* @return an xref instance
7777
*/

src/org/opensolaris/opengrok/configuration/RuntimeEnvironment.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ public String getMandoc() {
557557
/**
558558
* Specify the mandoc program to use
559559
*
560-
* @param ctags the mandoc program to use or {@code null}
560+
* @param value the mandoc program to use or {@code null}
561561
*/
562562
public void setMandoc(String value) {
563563
threadConfig.get().setMandoc(value);

0 commit comments

Comments
 (0)