From cb6db4169a6ccd3566bac8dfaf1be99ba1dbf7e3 Mon Sep 17 00:00:00 2001 From: Gilles Dubochet Date: Thu, 3 Jun 2010 09:22:57 +0000 Subject: [scaladoc] Fixed typo in Scaladoc man page (tha... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [scaladoc] Fixed typo in Scaladoc man page (thanks Stéphane). No review. --- src/manual/scala/man1/scaladoc.scala | 21 ++++++++++++--------- 1 file 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,11 +50,20 @@ 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."), @@ -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"), -- cgit v1.2.3