Sandcastle Help File Builder (SHFB). A standalone GUI, Visual Studio integration package, and MSBuild tasks providing full configuration and extensibility for building help files with the Sandcastle tools.
Other
2.19k
stars
369
forks
source link
CodeBlockComponent: F# closing endregion comment tag included in rendered text. #1058
This is similar to #428 but for F#.
F# does not have region directives. It uses
//
for end-of-line comments and(* *)
for delimited comments.Given MAML
and the F# code in
code.fs
:this renders: