summaryrefslogtreecommitdiff
path: root/src/manual
diff options
context:
space:
mode:
authorGilles Dubochet <gilles.dubochet@epfl.ch>2010-06-03 09:22:57 +0000
committerGilles Dubochet <gilles.dubochet@epfl.ch>2010-06-03 09:22:57 +0000
commitcb6db4169a6ccd3566bac8dfaf1be99ba1dbf7e3 (patch)
treedfc503536624256032d610f32e19bcfe37feef39 /src/manual
parent4e1907afb6ff870f43e59dceb072fc64d7438f08 (diff)
downloadscala-cb6db4169a6ccd3566bac8dfaf1be99ba1dbf7e3.tar.gz
scala-cb6db4169a6ccd3566bac8dfaf1be99ba1dbf7e3.tar.bz2
scala-cb6db4169a6ccd3566bac8dfaf1be99ba1dbf7e3.zip
[scaladoc] Fixed typo in Scaladoc man page (tha...
[scaladoc] Fixed typo in Scaladoc man page (thanks Stéphane). No review.
Diffstat (limited to 'src/manual')
-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"),