Granville Barnett

A nice little feature of the F# compiler (documentation)

I must admit this post is mainly down to my ignorance in playing with the compiler switch before, I knew that the F# compiler could produce documentation in xml form but never knew that it could go ahead and gen some html docs.

docs

Bad news is that some of the summary text is cut off :-( so a few words are missing.  A quick fix is to increase the font size on you're browser and they magically appear - it's not pretty but it does the job.

Here is the switch - --generate-html --html-output-directory "C:\<yourdir>"

I think I'll stick with the -doc switch for now and use one of the many SandCastle tools to build the viewable docs.

Posted: Nov 18 2007, 01:00 PM by gbarnett | with 3 comment(s)
Filed under:

Comments

No Comments