Saved Bookmarks
| 1. |
What Is Xml Documentation In F#? |
|
Answer» In F#, you can produce DOCUMENTATION from triple-slash (///) code COMMENTS. XML comments can precede declarations in code files (.FS) or signature (.FSI) files. In F#, you can produce documentation from triple-slash (///) code comments. XML comments can precede declarations in code files (.fs) or signature (.fsi) files. |
|