We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b78083 commit 764f39eCopy full SHA for 764f39e
src/main/java/org/scijava/MenuPath.java
@@ -62,7 +62,7 @@ public MenuPath(final Collection<? extends MenuEntry> menuEntries) {
62
63
/**
64
* Creates a menu path with entries parsed from the given string. Assumes
65
- * ">" as the separator (e.g., "File>New>Image").
+ * {@code >} as the separator (e.g., {@code File>New>Image}).
66
*
67
* @see #PATH_SEPARATOR
68
*/
0 commit comments