summaryrefslogtreecommitdiff
path: root/Analizator9000
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2015-03-28 12:50:24 +0000
committeremkael <emkael@tlen.pl>2015-03-28 12:50:24 +0000
commit63a48854138aed5e13c62e2a5c8b5ad5dd5a74c4 (patch)
tree9a1575dfb68129986aee4efba69fc912f219e8d8 /Analizator9000
parentba8bb0fe6f6ec9fe945812a0b4a7302c0ca6359f (diff)
* DealerParser.saveFile documentation updated
git-svn-id: https://svn.emkael.info/an9k@56 05ec0d5d-773b-4d93-9e23-c81a7ac79feb
Diffstat (limited to 'Analizator9000')
-rw-r--r--Analizator9000/Analizator9000/DealerParser.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Analizator9000/Analizator9000/DealerParser.cs b/Analizator9000/Analizator9000/DealerParser.cs
index b5240cb..06adcbc 100644
--- a/Analizator9000/Analizator9000/DealerParser.cs
+++ b/Analizator9000/Analizator9000/DealerParser.cs
@@ -181,9 +181,9 @@ namespace Analizator9000
}
/// <summary>
- /// Compiles dealer input script from provided data. Assumes no overhead section and single action: printoneline.
+ /// Compiles dealer input script from provided data. Assumes no overhead and action "printoneline" on top of all the declared "average" events.
/// </summary>
- /// <returns>Input script contents.</returns>
+ /// <returns>Input script name.</returns>
public String saveFile()
{
if (!Directory.Exists("files"))