Skip to content

Commit

Permalink
Fix broken links in javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
deining authored and remkop committed Jun 15, 2020
1 parent 7918084 commit 4c59ce8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public class ManPageGenerator implements Callable<Integer> {
@Spec CommandSpec spec;

/**
* Invokes {@link #generateManPage(Config, CommandSpec...)} to generate man pages for
* Invokes {@link #generateManPage(Config, CommandLine.Model.CommandSpec...)} to generate man pages for
* all non-hidden commands in the hierarchy from the top-level command down.
* This method is only called when this class is used as a subcommand.
* @return an exit code indicating success or failure, as follows:
Expand Down Expand Up @@ -215,7 +215,7 @@ public Integer call() throws Exception {
}

/**
* Invokes {@link #generateManPage(Config, CommandSpec...)} to generate man pages for
* Invokes {@link #generateManPage(Config, CommandLine.Model.CommandSpec...)} to generate man pages for
* the user-specified {@code @Command}-annotated classes.
* <p>
* If the {@code --exit} option is specified, {@code System.exit} is invoked
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ private CommandLine findSubcommandLine(CommandLine cmdline, String command) {

/**
*
* @param command
* @param args
* @return command description for JLine TailTipWidgets to be displayed in terminal status bar.
*/
@Override
Expand Down

0 comments on commit 4c59ce8

Please sign in to comment.