]> git.e2factory.org Git - e2factory.git/commit
Import LDoc 1.2.0
authorTobias Ulmer <tu@emlix.com>
Wed, 5 Dec 2012 18:26:57 +0000 (19:26 +0100)
committerTobias Ulmer <tu@emlix.com>
Tue, 26 Feb 2013 18:07:12 +0000 (19:07 +0100)
commit6f7d19d4049e6c8f32ee261dbada5f8ad48530dd
tree4d4f2a37ac1dfa719089baeaee444008f4cc2ed0
parent252882c3df1324d882cc37b3c2c3979a3dae25b1
Import LDoc 1.2.0

https://github.com/stevedonovan/LDoc/
git ref: 9bf51e3294 tag: 1.2.0
56 files changed:
doc/ldoc/LDoc-1.2.0/COPYRIGHT [new file with mode: 0644]
doc/ldoc/LDoc-1.2.0/config.ld [new file with mode: 0644]
doc/ldoc/LDoc-1.2.0/docs/doc.md [new file with mode: 0644]
doc/ldoc/LDoc-1.2.0/ldoc.lua [new file with mode: 0644]
doc/ldoc/LDoc-1.2.0/ldoc/builtin/coroutine.lua [new file with mode: 0644]
doc/ldoc/LDoc-1.2.0/ldoc/builtin/debug.lua [new file with mode: 0644]
doc/ldoc/LDoc-1.2.0/ldoc/builtin/global.lua [new file with mode: 0644]
doc/ldoc/LDoc-1.2.0/ldoc/builtin/globals.lua [new file with mode: 0644]
doc/ldoc/LDoc-1.2.0/ldoc/builtin/io.lua [new file with mode: 0644]
doc/ldoc/LDoc-1.2.0/ldoc/builtin/lfs.lua [new file with mode: 0644]
doc/ldoc/LDoc-1.2.0/ldoc/builtin/lpeg.lua [new file with mode: 0644]
doc/ldoc/LDoc-1.2.0/ldoc/builtin/math.lua [new file with mode: 0644]
doc/ldoc/LDoc-1.2.0/ldoc/builtin/os.lua [new file with mode: 0644]
doc/ldoc/LDoc-1.2.0/ldoc/builtin/package.lua [new file with mode: 0644]
doc/ldoc/LDoc-1.2.0/ldoc/builtin/string.lua [new file with mode: 0644]
doc/ldoc/LDoc-1.2.0/ldoc/builtin/table.lua [new file with mode: 0644]
doc/ldoc/LDoc-1.2.0/ldoc/doc.lua [new file with mode: 0644]
doc/ldoc/LDoc-1.2.0/ldoc/html.lua [new file with mode: 0644]
doc/ldoc/LDoc-1.2.0/ldoc/html/ldoc_css.lua [new file with mode: 0644]
doc/ldoc/LDoc-1.2.0/ldoc/html/ldoc_ltp.lua [new file with mode: 0644]
doc/ldoc/LDoc-1.2.0/ldoc/html/ldoc_one_css.lua [new file with mode: 0644]
doc/ldoc/LDoc-1.2.0/ldoc/lang.lua [new file with mode: 0644]
doc/ldoc/LDoc-1.2.0/ldoc/lexer.lua [new file with mode: 0644]
doc/ldoc/LDoc-1.2.0/ldoc/markup.lua [new file with mode: 0644]
doc/ldoc/LDoc-1.2.0/ldoc/parse.lua [new file with mode: 0644]
doc/ldoc/LDoc-1.2.0/ldoc/prettify.lua [new file with mode: 0644]
doc/ldoc/LDoc-1.2.0/ldoc/tools.lua [new file with mode: 0644]
doc/ldoc/LDoc-1.2.0/readme.md [new file with mode: 0644]
doc/ldoc/LDoc-1.2.0/tests/annot/annot.lua [new file with mode: 0644]
doc/ldoc/LDoc-1.2.0/tests/classes.lua [new file with mode: 0644]
doc/ldoc/LDoc-1.2.0/tests/complex/lua/complex/convert/basic.lua [new file with mode: 0644]
doc/ldoc/LDoc-1.2.0/tests/complex/lua/complex/display.lua [new file with mode: 0644]
doc/ldoc/LDoc-1.2.0/tests/complex/lua/complex/init.lua [new file with mode: 0644]
doc/ldoc/LDoc-1.2.0/tests/complex/lua/complex/util/init.lua [new file with mode: 0644]
doc/ldoc/LDoc-1.2.0/tests/complex/lua/complex/util/parse.lua [new file with mode: 0644]
doc/ldoc/LDoc-1.2.0/tests/config.ld [new file with mode: 0644]
doc/ldoc/LDoc-1.2.0/tests/example/config.ld [new file with mode: 0644]
doc/ldoc/LDoc-1.2.0/tests/example/mod1.lua [new file with mode: 0644]
doc/ldoc/LDoc-1.2.0/tests/example/modtest.lua [new file with mode: 0644]
doc/ldoc/LDoc-1.2.0/tests/example/mylib.c [new file with mode: 0644]
doc/ldoc/LDoc-1.2.0/tests/example/style/config.ld [new file with mode: 0644]
doc/ldoc/LDoc-1.2.0/tests/example/style/ldoc.css [new file with mode: 0644]
doc/ldoc/LDoc-1.2.0/tests/example/style/ldoc.ltp [new file with mode: 0644]
doc/ldoc/LDoc-1.2.0/tests/example/style/mod1.lua [new file with mode: 0644]
doc/ldoc/LDoc-1.2.0/tests/example/style/simple.lua [new file with mode: 0644]
doc/ldoc/LDoc-1.2.0/tests/luadoc/config.ld [new file with mode: 0644]
doc/ldoc/LDoc-1.2.0/tests/md-test/config.ld [new file with mode: 0644]
doc/ldoc/LDoc-1.2.0/tests/md-test/mod2.lua [new file with mode: 0644]
doc/ldoc/LDoc-1.2.0/tests/one.md [new file with mode: 0644]
doc/ldoc/LDoc-1.2.0/tests/simple/problem.lua [new file with mode: 0644]
doc/ldoc/LDoc-1.2.0/tests/simple/simple.lua [new file with mode: 0644]
doc/ldoc/LDoc-1.2.0/tests/simple/simple_alias.lua [new file with mode: 0644]
doc/ldoc/LDoc-1.2.0/tests/simple/tables.lua [new file with mode: 0644]
doc/ldoc/LDoc-1.2.0/tests/two.md [new file with mode: 0644]
doc/ldoc/LDoc-1.2.0/tests/types.lua [new file with mode: 0644]
doc/ldoc/LDoc-1.2.0/tests/underscore.lua [new file with mode: 0644]