Petr Schreiber
05-03-2010, 18:28
This is work in progress tool for documenting your modules.
Its description is available in ReadMe.TXT:
Document revision from 27-02-2011
KeywordDocumenter.tbasic
=========================
Tool to help with documenting keywords, while preserving "neutral" data format, post processable to HTML or other formats.
How to use?
- Fill description
- Fill syntax
- Choose return type or add your own
- Press "Auto fill" to get prefilled template for parameters
- Fill other fields
- Press "Save", it will create file named after the keyword
- Press "Clear all" and go for other keyword :)
Make_All.bat
============
This batch file, as its name says, will "Make all". That means it will first ask you for information such as name, version and support website for your library, and then it will automatically generate HTML files from your previously created keyword definitions.
Once finished with documenting, run this file to generate HTML to HTMLOutput directory.
To compose the final CHM help file, you need to download Microsoft HTML Help Workshop (http://www.microsoft.com/downloads/details.aspx?FamilyID=00535334-c8a6-452f-9aa0-d597d16580cc&displaylang=en)
May the tool serve you well :)
Petr
UPDATED: 27-02-2011
Its description is available in ReadMe.TXT:
Document revision from 27-02-2011
KeywordDocumenter.tbasic
=========================
Tool to help with documenting keywords, while preserving "neutral" data format, post processable to HTML or other formats.
How to use?
- Fill description
- Fill syntax
- Choose return type or add your own
- Press "Auto fill" to get prefilled template for parameters
- Fill other fields
- Press "Save", it will create file named after the keyword
- Press "Clear all" and go for other keyword :)
Make_All.bat
============
This batch file, as its name says, will "Make all". That means it will first ask you for information such as name, version and support website for your library, and then it will automatically generate HTML files from your previously created keyword definitions.
Once finished with documenting, run this file to generate HTML to HTMLOutput directory.
To compose the final CHM help file, you need to download Microsoft HTML Help Workshop (http://www.microsoft.com/downloads/details.aspx?FamilyID=00535334-c8a6-452f-9aa0-d597d16580cc&displaylang=en)
May the tool serve you well :)
Petr
UPDATED: 27-02-2011