Jump to content

Recommended Posts

Posted

I'm doing a senior project, and we'd really like to find out what type of software tools AutoIt uses to create their helpfile. It is the cleanest, most awesome helpfile I've probably ever read. Does anybody here know?

Posted (edited)

The UDF help files are created this way:

The function header files are extracted from the UDF file by a script named "BuildTemplates", a script named "Txt2htm" then creates the html help files.

I don't know how the CHM files are then created from this html files.

The formating of the html help files is controlled by CSS templates.

Edited by water

My UDFs and Tutorials:

  Reveal hidden contents

 

Posted

  On 1/18/2012 at 11:30 PM, 'water said:

The function header files are extracted from the UDF file by a script named "BuildTemplates", a script named "Txt2htm" then creates the html help files.

This is no longer true. The function headers are out of date and will be removed at some point. The TXT files are maintained directly.
Posted (edited)

  On 1/19/2012 at 7:25 PM, 'Homes32 said:

don't know how up2date this all is but here is some source code for the tools. last updated Dec 12, 2011

http://www.autoitscript.com/autoit3/files/beta/autoit/autoit-docs-v3.3.7.23-src.exe

Wrong folder, 7.23 is in the beta (parent folder), not beta archive. And then there is the question why you would try to link someone to a old version instead of the current.

Archive > autoit-docs-v3.3.8.0-src.exe (seventh from top)

Edited by AdmiralAlkex
Posted

I am a huge fan of doxygen, and use it in several projects.

Though from what you say you are less concerned about how the docs are generated and more concerned with their looks... Which *shouldn't* have anything to do with the generation itself. Doxygen I know allows for you to specify CSS files etc.

  • 1 month later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...