mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-06 23:02:28 +01:00
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
This commit is contained in:
@@ -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.
|
||||
|
||||
<code lang="text">
|
||||
ec -filter html-stylesheet -all -config application.ecf
|
||||
</code>
|
||||
|
||||
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:
|
||||
|
||||
<code lang="text">
|
||||
ec -flatshort -filter html-stylesheet -all -config application.ecf
|
||||
|
||||
Reference in New Issue
Block a user