mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-07 15:22:31 +01:00
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:
@@ -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:
|
||||||
|
|||||||
@@ -0,0 +1,5 @@
|
|||||||
|
[[Property:title|Command line debugger]]
|
||||||
|
[[Property:weight|-3]]
|
||||||
|
[[Property:uuid|ad1ef861-8307-a56c-5f94-f236c520da55]]
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user