Enterprise Architect 的简洁 HTML 文档模板
我使用 Sparx Systems 的 Enterprise Architect 对源代码中的 URL 类图进行逆向工程,并希望更进一步,使用该软件生成代码的 HTML API 文档。
然而,我发现 Enterprise Architect 生成的标记充满了 Javascript,我想我什至可能在其中发现了一些 VB 脚本。我想要的是一个干净的纯 HTML 模板,我可以用它来生成在所有浏览器中都能正常工作的简单标记。
我曾尝试使用 Enterprise Architect 8 中的模板编辑器手动创建此模板,但发现这很麻烦。
有谁知道我可以使用现有的模板,或者在不使用内置模板编辑器的情况下生成模板的更简单方法?
I use Enterprise Architect from Sparx Systems for reverse-engineering URL class diagrams from my source code, and want to take this a step further by using the software to generate HTML API documentation of my code.
However I find the markup generated by Enterprise Architect to be full of Javascript, and I think I may have even spotted some VB Script in there. Want I want is a clean HTML-only template that I can use to produce simple markup that will work fine in all browsers.
I have tried to manually create this template using the template editor in Enterprise Architect 8, but find this cumbersome.
Does anyone know of an existing template I can use, or an easier way to generate a template without using the built in template editor?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
唯一的方法是使用 JavaScript,您可以通过在浏览器中允许 XMLHTTPRequest 来打开它。它在 Firefox、Opera 和 IE 中运行良好。
EA HTML 模板没有提供太多可能性,但您可以通过 JavaScript 修改所有内容。
另一种方法是将所有图表导出为 png 或其他图像文件,然后手动创建静态网页。
The only way is to use JavaScript, you can turn it on by allowing XMLHTTPRequest in your browser. It works well in Firefox, Opera and IE.
EA HTML Template doesn't give much possibilities but you can modify everything thanks to JavaScript.
Another way is to export all diagrams as png or other image file and then manually create a static web page.