From 29134c512b3b7548b4a7d313d0f304839d7eb8fc Mon Sep 17 00:00:00 2001 From: PyroScope Project Date: Sun, 26 Jun 2016 14:02:19 +0200 Subject: [PATCH] more compact type list formatting --- Scripting-Guide.md | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/Scripting-Guide.md b/Scripting-Guide.md index 0e90485..fed5430 100644 --- a/Scripting-Guide.md +++ b/Scripting-Guide.md @@ -24,16 +24,11 @@ Command | Short Description This is a summary about the possible variable types in [command_dynamic.cc](https://github.com/rakshasa/rtorrent/blob/master/src/command_dynamic.cc) (applies to v0.9.6). - * private , const +Available types: - * multi - - * allowed subtypes: static , private , const , rlookup - - * simple - - * allowed subtypes: static , private , const - - * value , bool , string , list - - * allowed subtypes: static , private , const \ No newline at end of file + * multi (with subtypes: static, private, const, rlookup) + * TODO: what is it + * simple (with subtypes: static, private, const) + * TODO: why is it "simple" + * value, bool, string, list (with subtypes: static, private, const) + * Standard types, "value" is an integer. \ No newline at end of file