XML documentation to context sensitive help

Posted by Yonas on Stack Overflow See other posts from Stack Overflow or by Yonas
Published on 2010-04-23T20:17:14Z Indexed on 2010/05/12 21:44 UTC
Read the original article Hit count: 485

These days a number of commercial and open source tools have been developed for this purpose. However(unfortunately), non of them meet my requirement for specific problem I am dealing with. Currently, I am working on a project that exposes a different classes and functions to user as scripting interface. the user can use the objects from custom scripting interface and call methods to solve some specific problem. The problem I am facing is users of my classes need some sort of documentation in order to write their script efficiently. To address this problem am planing to use the compiler generated XML file to provide context sensitive help, which allows users to mouse over on any of the controls and corresponding methods from the GUI and read the reference documentation of the class/method. Now ... here are my questions: Can I get the sample source code? Can any one give me someone point me to some sort of best approach to address the problem?

© Stack Overflow or respective owner

Related posts about Xml

Related posts about xml-serialization