Skip to content

Commit

Permalink
added ldoc configuration file and scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
stevedonovan committed Jul 3, 2011
1 parent 2680992 commit 61acf07
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config.ld
@@ -0,0 +1,8 @@
project = 'LuaMacro'
format = 'markdown'
new_type("macro","Macros")
output = 'api'
alias("p","param")
file = {
'macro.lua','macro','luam.lua',
}
3 changes: 3 additions & 0 deletions docgen
@@ -0,0 +1,3 @@
ldoc .
lua markdown.lua readme.md
cp readme.html docs/index.html
1 change: 1 addition & 0 deletions docgen.bat
@@ -0,0 +1 @@
ldoc . && lua ..\winapi\markdown.lua readme.md && copy readme.html docs\index.html

0 comments on commit 61acf07

Please sign in to comment.