We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f92d4d commit d98d1dcCopy full SHA for d98d1dc
1 file changed
src/main/java/edu/hm/hafner/analysis/registry/DoxygenDescriptor.java
@@ -34,7 +34,7 @@ public String getIconUrl() {
34
@Override
35
public String getHelp() {
36
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>";
+ + "As <b>shell</b> command <code>( cat Doxyfile; echo WARN_FORMAT='$file:$line: $text' ) | doxygen -</code>"
+ + "As <b>batch</b> command <code>( type Doxyfile & echo WARN_FORMAT='$file:$line: $text' ) | doxygen -</code>";
39
}
40
0 commit comments