Skip to content

Commit d98d1dc

Browse files
committed
Fix indention
1 parent 0f92d4d commit d98d1dc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/edu/hm/hafner/analysis/registry/DoxygenDescriptor.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public String getIconUrl() {
3434
@Override
3535
public String getHelp() {
3636
return "Execute doxygen:"
37-
+ "As <b>shell</b> command <code>( cat Doxyfile; echo WARN_FORMAT='$file:$line: $text' ) | doxygen -</code>"
38-
+ "As <b>batch</b> command <code>( type Doxyfile & echo WARN_FORMAT='$file:$line: $text' ) | doxygen -</code>";
37+
+ "As <b>shell</b> command <code>( cat Doxyfile; echo WARN_FORMAT='$file:$line: $text' ) | doxygen -</code>"
38+
+ "As <b>batch</b> command <code>( type Doxyfile & echo WARN_FORMAT='$file:$line: $text' ) | doxygen -</code>";
3939
}
4040
}

0 commit comments

Comments
 (0)