Browse Source

Edited the XML comments.

master
Craig Oates 6 years ago
parent
commit
571fc692ed
  1. 7
      WetPancake/ProductServices.fs

7
WetPancake/ProductServices.fs

@ -1,5 +1,6 @@
namespace WetPancake
/// This module contains all the public functions in Wet Pancake NuGet package, which enables you to generate random text.
module Pancake =
open SystemServices
@ -131,9 +132,9 @@ module Pancake =
/// A list of every template (.txt) file path.
/// </returns>
/// <remarks>
/// You can use the information provided by this function alongside the <see cref=”RequestTextFromFileAsync”>RequestTextFromFileAsync</see> function.
/// This allows you to generate text using a specific template (.txt) file.
/// </remarks >
/// You can use the information provided by this function alongside the "RequestTextFromFileAsync” function.
/// This allows you to generate text using one of the built-in template (.txt) files.
/// </remarks>
let RequestAllTemplateFilesAsync () =
async {
let files =

Loading…
Cancel
Save