summaryrefslogtreecommitdiff
path: root/src/manual/scala/man1/scaladoc.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/manual/scala/man1/scaladoc.scala')
-rw-r--r--src/manual/scala/man1/scaladoc.scala21
1 files changed, 12 insertions, 9 deletions
diff --git a/src/manual/scala/man1/scaladoc.scala b/src/manual/scala/man1/scaladoc.scala
index ba4f2ff0e2..420bb08c4d 100644
--- a/src/manual/scala/man1/scaladoc.scala
+++ b/src/manual/scala/man1/scaladoc.scala
@@ -50,12 +50,21 @@ object scaladoc extends Command {
val options = Section("OPTIONS",
- Section("Documentation Options",
+ Section("Standard Options",
DefinitionList(
Definition(
CmdOption("d", Argument("directory")),
"Specify where to generate documentation."),
Definition(
+ CmdOption("version"),
+ "Print product version and exit."),
+ Definition(
+ /*CmdOption("?") & "| " &*/ CmdOption("help"),
+ "Print a synopsis of available options."))),
+
+ Section("Documentation Options",
+ DefinitionList(
+ Definition(
CmdOption("doc-title", Argument("title")),
"Define the overall title of the documentation, typically the name of the library being documented."),
Definition(
@@ -63,15 +72,9 @@ object scaladoc extends Command {
"Define the overall version number of the documentation, typically the version of the library being documented."),
Definition(
CmdOption("doc-source-url", Argument("url")),
- "Define a URL to be concatenated with source locations for link to source files."),
- Definition(
- CmdOption("version"),
- "Print product version and exit."),
- Definition(
- /*CmdOption("?") & "| " &*/ CmdOption("help"),
- "Print a synopsis of standard options."))),
+ "Define a URL to be concatenated with source locations for link to source files."))),
- Section("Compier Options",
+ Section("Compiler Options",
DefinitionList(
Definition(
CmdOption("verbose"),