Updated EiffelWeb wizard.

This commit is contained in:
2018-11-19 19:10:26 +01:00
parent f1e8dfa40b
commit 19c14d28c7
9 changed files with 36 additions and 55 deletions
@@ -1,8 +1,7 @@
note
description : "Objects that ..."
author : "$Author$"
date : "$Date$"
revision : "$Revision$"
description: "Abstract wizard application."
date: "$Date$"
revision: "$Revision$"
deferred class
WIZARD_APPLICATION
@@ -1,6 +1,5 @@
note
description: "Summary description for {WIZARD_GENERATOR}."
author: ""
date: "$Date$"
revision: "$Revision$"
@@ -31,7 +30,7 @@ feature -- Access
feature -- Access
variables: STRING_TABLE [READABLE_STRING_8]
variables: STRING_TABLE [READABLE_STRING_32]
-- Variables used for template and file name resolved string.
--| i.e to expand ${varname} in file name or file content.
--| could be used for other purpose.