From 0899d76fa91468a6847c99a3f4c241a09115431f Mon Sep 17 00:00:00 2001 From: halw Date: Thu, 6 Oct 2011 13:54:54 +0000 Subject: [PATCH] m Author:halw Date:2011-10-06T13:54:54.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@987 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- .../eiffelstudio-using-command-line-options.wiki | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/current/eiffelstudio/eiffelstudio-reference/compiler/command-line/eiffelstudio-using-command-line-options.wiki b/documentation/current/eiffelstudio/eiffelstudio-reference/compiler/command-line/eiffelstudio-using-command-line-options.wiki index 803d6ae1..b08ff978 100644 --- a/documentation/current/eiffelstudio/eiffelstudio-reference/compiler/command-line/eiffelstudio-using-command-line-options.wiki +++ b/documentation/current/eiffelstudio/eiffelstudio-reference/compiler/command-line/eiffelstudio-using-command-line-options.wiki @@ -162,15 +162,15 @@ Feature-oriented options, like "-implementers", take a class name and feature na ===Commands for generating documentation=== -You can use variations of the viewing commands to generate documentation much like [[Producing and Exporting Documentation|you can from EiffelStudio]]. +You can use variations of the viewing commands to generate documentation for your Eiffel system much like [[Producing and Exporting Documentation|you can from EiffelStudio]]. -The following command will produce the Chart, Relations, and Text documentation for the "application" system in html-stylesheet format in the "Documentation" subfolder of the project folder. +The following command will produce the ''Chart'', ''Relations'', and ''Text'' documentation for the "application" system in html-stylesheet format in the "Documentation" subfolder of the project folder. ec -filter html-stylesheet -all -config application.ecf -To produce a view other than text, use its option in the command. The following generates Chart, Relations, and Flat Short form: +To produce documentation for a view other than ''Text'', use its option in the command. The following generates ''Chart'', ''Relations'', and ''Flat Short'' documentation: ec -flatshort -filter html-stylesheet -all -config application.ecf