fix(docs): Updated README and configs

Use dash instead of underscore as parameter name separator
Will break alot of configs but people like to work!
This commit is contained in:
Michael Carlberg 2016-10-12 05:19:29 +02:00
parent a891f3e53b
commit 2af0d0845d
18 changed files with 1138 additions and 260 deletions
include/modules

View file

@ -130,8 +130,8 @@ namespace modules {
static constexpr auto TAG_LABEL_TOGGLE = "<label-toggle>";
static constexpr auto TAG_MENU = "<menu>";
static constexpr auto EVENT_MENU_OPEN = "menu_open-";
static constexpr auto EVENT_MENU_CLOSE = "menu_close";
static constexpr auto EVENT_MENU_OPEN = "menu-open-";
static constexpr auto EVENT_MENU_CLOSE = "menu-close";
label_t m_labelopen;
label_t m_labelclose;