diff --git a/README.md b/README.md index 689d149..2a8006a 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,12 @@ Defold UI library # API +# LDoc + +Generate with `ldoc .` with `config.ld` file + +Insctruction here: https://github.com/stevedonovan/LDoc + # Authors # License diff --git a/config.ld b/config.ld new file mode 100644 index 0000000..92f8231 --- /dev/null +++ b/config.ld @@ -0,0 +1,8 @@ +project='Druid' +title='Defold Druid UI Library' +description='Documentation for Druid Library' +format='lunamark' +file={"./druid"} +dir='./docs' +style='!pale' +no_space_before_args=true \ No newline at end of file diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 0000000..a695fc9 --- /dev/null +++ b/docs/index.html @@ -0,0 +1,49 @@ + + + +
+