summaryrefslogtreecommitdiffstats
path: root/lib/readline_simple.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/readline_simple.c')
-rw-r--r--lib/readline_simple.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/lib/readline_simple.c b/lib/readline_simple.c
index 8a6eb816df..b1ac64a545 100644
--- a/lib/readline_simple.c
+++ b/lib/readline_simple.c
@@ -140,3 +140,19 @@ int readline (const char *prompt, char *line, int len)
}
}
}
+
+/**
+ * @file
+ * @brief Primitiv Line Parser
+ */
+
+/** @page readline_parser Primitive Line Parser
+ *
+ * There is still a primtive line parser as a alternative to the hush shell
+ * environment available. This is for persons who like the old fashion way of
+ * edititing and command entering.
+ *
+ * Enable the "Simple parser" in "General Settings", "Select your shell" to
+ * get back the old console feeling.
+ *
+ */ \ No newline at end of file