Changes for page EOModelDoc
Last modified by Theodore Petrosky on 2012/02/11 13:36
From version 20.1
edited by Chuck Hill
on 2008/07/31 17:53
on 2008/07/31 17:53
Change comment:
There is no comment for this version
To version 19.1
edited by Chuck Hill
on 2008/07/31 17:26
on 2008/07/31 17:26
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -65,21 +65,19 @@ 65 65 66 66 {{/code}} 67 67 68 -Only need to have the templates that are different from the jar? 69 - 70 70 The templates and their function are: 71 71 72 72 |=Template Name|=Usage / Function 73 -|in dexModels.html.vm|Leftpane index of all models.74 -| indexOverview.html.vm|Left pane indexof the contents of allmodels (e.g. list of entities andstored procedures).75 -| modelOverview.html.vm|Left pane indexof the contents of onemodel(e.g. list of entities andstored procedures).76 -|index Content.html.vm|Mainframe description of each model and contents of each model (e.g. list of entities and stored procedures).77 -| modelContent.html.vm|Mainframe contents of one model (list of entities and stored procedures).|78 -| entityContent.html.vm|Mainframe contents for one Entity79 -| storedProcedureContent.html.vm|Mainframe contents for one stored procedure.80 -| index.html.vm|Top levelindex.htmlfile defining frameset.You probably won't need tomodifythis.81 -| prototype.js.vm|[[Prototype>>http://www.prototypejs.org/learn]] JavaScript fileso thatthe generated documentation can use Ajax whizziness. You probably won't need tomodifythis.82 -| eomodeldoc.css.vm|CSSfile that controls what the generate output looks like.83 -| eomodeldoc.js.vm|JavaScript filethat cleans up thedisplay. Youprobably won'tneedto modify this.71 +|entityContent.html.vm| 72 +|eomodeldoc.css.vm| 73 +|eomodeldoc.js.vm| 74 +|index.html.vm| 75 +|indexContent.html.vm| 76 +|indexModels.html.vm| 77 +|indexOverview.html.vm| 78 +|modelContent.html.vm| | 79 +|modelOverview.html.vm| 80 +|prototype.js.vm| 81 +|storedProcedureContent.html.vm| 84 84 85 85 == Running from Ant ==