From 6413e7747e5843356f75265bf29b2e758aa57816 Mon Sep 17 00:00:00 2001 From: Ivan Pelipenko Date: Sat, 23 May 2020 21:55:15 +0300 Subject: [PATCH] doc --- src_main/io_devices/piconfig.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src_main/io_devices/piconfig.cpp b/src_main/io_devices/piconfig.cpp index 4ed67559..258b79cf 100755 --- a/src_main/io_devices/piconfig.cpp +++ b/src_main/io_devices/piconfig.cpp @@ -49,6 +49,14 @@ * debug = true * \endcode * + * You can use multiline values ends with " \\" + * \code + * value = start \ #s comment + * _mid \ + * _end + * \endcode + * In this example value = "start_mid_end" + * * \section PIConfig_sec1 Concepts * Each node of internal tree has type PIConfig::Entry. %PIConfig * has one root element \a rootEntry(). Any entry of configuration file is a