diff --git a/config.ld b/config.ld
index 00b4508..6da4f05 100644
--- a/config.ld
+++ b/config.ld
@@ -1,7 +1,12 @@
project='Druid'
title='Defold Druid UI Library'
description='Documentation for Druid Library'
-file={"./druid"}
+file={"./druid",
+ exclude = {
+ "./druid/styles/",
+ "./druid/system/middleclass.lua"
+ }
+}
package='druid'
sort=false
dir='./docs'
diff --git a/docs/index.html b/docs/index.html
index aa797fc..c7d2383 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -37,6 +37,7 @@
druid.checkbox
druid.checkbox_group
druid.grid
+ druid.hover
druid.input
druid.lang_text
druid.progress
@@ -67,7 +68,7 @@
druid.blocker |
- Component to block input on specify zone (node) |
+ Component to block input on specify zone by node |
druid.button |
@@ -79,16 +80,20 @@
druid.checkbox_group |
- Checkboux group module |
+ Checkbox group module |
druid.grid |
Component to handle placing components by row and columns. |
- druid.input |
+ druid.hover |
Component to handle hover node interaction |
+
+ druid.input |
+ Druid input text component. |
+
druid.lang_text |
Component to handle all GUI texts
@@ -96,7 +101,7 @@
|
druid.progress |
- Basic progress bar component |
+ Basic progress bar component. |
druid.radio_group |
@@ -104,7 +109,7 @@
druid.scroll |
- Component to handle scroll content |
+ Component to handle scroll content. |
druid.slider |
@@ -112,12 +117,11 @@
druid.text |
- Component to handle all GUI texts
- Good working with localization system |
+ Component to handle all GUI texts. |
druid.timer |
- Component to handle GUI timers |
+ Component to handle GUI timers. |
component |
@@ -145,7 +149,7 @@
generated by LDoc 1.4.6
-
Last updated 2020-03-21 20:02:23
+
Last updated 2020-03-21 21:42:52