Author:halw

Date:2011-10-06T01:39:13.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@983 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
halw
2011-10-06 01:39:13 +00:00
parent 42f39b7208
commit 345d316542
2 changed files with 14 additions and 3 deletions

View File

@@ -162,14 +162,20 @@ Feature-oriented options, like "-implementers", take a class name and feature na
===Commands for generating documentation=== ===Commands for generating documentation===
You can use a 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 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 stylesheet html 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.
<code lang="text"> <code lang="text">
ec -filter html-stylesheet -all -config application.ecf ec -filter html-stylesheet -all -config application.ecf
</code> </code>
To produce a view other than text, use its option in the command. The following generates Chart, Relations, and Flat Short form:
<code lang="text">
ec -flatshort -filter html-stylesheet -all -config application.ecf
</code>
==Command options== ==Command options==
@@ -321,7 +327,7 @@ The table below lists the available ''options'', the arguments they require, and
{{note|In the third column, to '''print''' means to produce the requested information on the default output of the '''ec''' command.}} {{note|In the third column, to '''print''' means to produce the requested information on the default output of the '''ec''' command.}}
{{note|When using '''-finalize''', assertions will be discarded (unlike in EiffelStudio which asks first.) The assertion disposition specified in the project configuration file can be retained in finalization by combining the '''-keep''' option with '''-finalize'''.}} {{note|When using '''-finalize''', assertions will be discarded (unlike in EiffelStudio which asks first). The assertion disposition specified in the project configuration file can be retained in finalization by combining the '''-keep''' option with '''-finalize'''.}}
Some options can have modifiers that can affect their results. The modifiers are listed in the table below: Some options can have modifiers that can affect their results. The modifiers are listed in the table below:

View File

@@ -0,0 +1,5 @@
[[Property:title|Command line debugger]]
[[Property:weight|-3]]
[[Property:uuid|ad1ef861-8307-a56c-5f94-f236c520da55]]