Tools which can parse Delphi XMLDoc format and build online help

淺唱寂寞╮ 提交于 2019-12-03 14:11:06

问题


The XMLDoc tool for API documentation is explained here:

http://edn.embarcadero.com/article/32770

Are there any free or commercial tools which can be used to create documentation based on Delphi's XML doc format?

Is there a newer version of the 'getting started' documentation? This page refers to Delphi 2005 and third party tools, some of them seem to have moved.

The XMLDoc for Delphi 2005 required

  • Python (tested with Python 2.3)
  • Instant Saxon (tested with Instant Saxon 6.5.3)
  • The Java SDK (tested with J2SE v 1.4.2_05 SDK)
  • and also the Visual Studio Help Integration Kit

回答1:


Check out:

  • Help and Manual
  • HelpScribble
  • Doc-o-Matic

These tools should be able to create help files, and quite possibly also use XMLDoc as their input (both are Delphi-compatible or even written in Delphi).

Marc




回答2:


This isn't a direct answer, but if you want to use XMLDoc for your Delphi code, I strongly recommend this open tool plug-in from CodeCentral. I just tested it in Delphi 2010, and it still works fine.



来源:https://stackoverflow.com/questions/674916/tools-which-can-parse-delphi-xmldoc-format-and-build-online-help

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!