mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-07 07:12:25 +01:00
minor formatting change in sample code
Updated wikipage Writing Documentation Filters with EFF, the Eiffel Filter Format. (Signed-off-by:RTH10260). git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@2320 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
[[Property:link_title|Writing Filters with EFF]]
|
[[Property:link_title|Writing Filters with EFF]]
|
||||||
[[Property:modification_date|Mon, 22 Feb 2021 12:35:36 GMT]]
|
[[Property:modification_date|Mon, 22 Feb 2021 12:48:18 GMT]]
|
||||||
[[Property:publication_date|Thu, 11 Feb 2021 07:55:20 GMT]]
|
[[Property:publication_date|Thu, 11 Feb 2021 07:55:20 GMT]]
|
||||||
[[Property:title|Writing Documentation Filters with EFF, the Eiffel Filter Format]]
|
[[Property:title|Writing Documentation Filters with EFF, the Eiffel Filter Format]]
|
||||||
[[Property:weight|6]]
|
[[Property:weight|6]]
|
||||||
@@ -198,7 +198,7 @@ We show sample code taken from existing filter files to demonstrate the basic st
|
|||||||
Note in both examples the position of the <code>*</code>place holder that will contain the expanded page body for the referenced construct.
|
Note in both examples the position of the <code>*</code>place holder that will contain the expanded page body for the referenced construct.
|
||||||
|
|
||||||
|
|
||||||
=== - webpages===
|
====webpages====
|
||||||
|
|
||||||
To replace the <code>default.css</code> copied into your Documentation directory write your own stylesheet based on it and save under a different name. Important: chose a different name or EiffelStudio will overwrite it. Add any scripting files to the Documentation directory if required. Font choice is of course also a user option. Note the generated <code>goto.html</code> file (not a standalone webpage) that contains the navigation thru the generated webpages and is expected to be included by the page skeleton. Replace and add any required inclusion links into the <code>HEAD</code> section of the webpage.
|
To replace the <code>default.css</code> copied into your Documentation directory write your own stylesheet based on it and save under a different name. Important: chose a different name or EiffelStudio will overwrite it. Add any scripting files to the Documentation directory if required. Font choice is of course also a user option. Note the generated <code>goto.html</code> file (not a standalone webpage) that contains the navigation thru the generated webpages and is expected to be included by the page skeleton. Replace and add any required inclusion links into the <code>HEAD</code> section of the webpage.
|
||||||
|
|
||||||
@@ -224,7 +224,7 @@ class_declaration |%
|
|||||||
</code>
|
</code>
|
||||||
|
|
||||||
|
|
||||||
===- for printing===
|
====for printing====
|
||||||
|
|
||||||
Here a sample coding for RTF formatted output, to be run thru some comaptible word processor for pretty printing.
|
Here a sample coding for RTF formatted output, to be run thru some comaptible word processor for pretty printing.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user