Sandcastle doesn't pull everything out of F # build

It recognizes declarations of non-functional top-level values. for example, let a = 2 and not create documentation for defining functions or types.

I checked the xml documentation file and it has all the /// comments that I put in the source code, but none of them (except for the top-level values) is displayed in the resulting html.

+3
f # sandcastle
source share
1 answer

Yes, using C # -centric tools to generate F # documentation is usually pretty awful. Some time ago we started an alternative project, but it is not yet as mature as SandCastle: http://bitbucket.org/IntelliFactory/if-doc

+2
source share

All Articles