Changes for page EOModelDoc
Last modified by Theodore Petrosky on 2012/02/11 13:36
From version 18.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
To 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
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -65,19 +65,21 @@ 65 65 66 66 {{/code}} 67 67 68 +Only need to have the templates that are different from the jar? 69 + 68 68 The templates and their function are: 69 69 70 70 |=Template Name|=Usage / Function 71 -| entityContent.html.vm|72 -|eomodeldoc .css.vm|73 -|eomodeldoc .js.vm|74 -|index.html.vm| 75 -| indexContent.html.vm|76 -|in dexModels.html.vm|77 -| indexOverview.html.vm|78 -| modelContent.html.vm||79 -|mo delOverview.html.vm|80 -| prototype.js.vm|81 -| storedProcedureContent.html.vm|73 +|indexModels.html.vm|Left pane index of all models. 74 +|indexOverview.html.vm|Left pane index of the contents of all models (e.g. list of entities and stored procedures). 75 +|modelOverview.html.vm|Left pane index of the contents of one model (e.g. list of entities and stored procedures). 76 +|indexContent.html.vm|Main frame description of each model and contents of each model (e.g. list of entities and stored procedures). 77 +|modelContent.html.vm|Main frame contents of one model (list of entities and stored procedures).| 78 +|entityContent.html.vm|Main frame contents for one Entity 79 +|storedProcedureContent.html.vm|Main frame contents for one stored procedure. 80 +|index.html.vm|Top level index.html file defining frameset. You probably won't need to modify this. 81 +|prototype.js.vm|[[Prototype>>http://www.prototypejs.org/learn]] JavaScript file so that the generated documentation can use Ajax whizziness. You probably won't need to modify this. 82 +|eomodeldoc.css.vm|CSS file that controls what the generate output looks like. 83 +|eomodeldoc.js.vm|JavaScript file that cleans up the display. You probably won't need to modify this. 82 82 83 83 == Running from Ant ==