From ca1694a1ca2d7a5ffa1c6dd920a925788ec3338f Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Mon, 23 May 2016 18:05:20 -0700 Subject: [PATCH] [doc] add description for CreateOutfileName --- SabreHelper/Style.cs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/SabreHelper/Style.cs b/SabreHelper/Style.cs index 8d5c2323..9eb79c88 100644 --- a/SabreHelper/Style.cs +++ b/SabreHelper/Style.cs @@ -140,6 +140,12 @@ namespace SabreTools.Helper return input; } + /// + /// Generate a proper outfile name based on a DAT and output directory + /// + /// Output directory + /// DAT information + /// String representing the proper name public static string CreateOutfileName(string outDir, DatData datdata) { // Double check the outdir for the end delim