Christian Wiese
12 years ago
committed by
Christian Wiese
3 changed files with 75 additions and 0 deletions
@ -0,0 +1,19 @@
|
||||
|
||||
[TIMESTAMP] 1346335299 Thu Aug 30 16:01:39 2012 |
||||
[BUILDTIME] 0 (5) |
||||
[SIZE] 0.09 MB, 29 files |
||||
|
||||
[DEP] bash |
||||
[DEP] bzip2 |
||||
[DEP] coreutils |
||||
[DEP] diffutils |
||||
[DEP] fhs |
||||
[DEP] findutils |
||||
[DEP] gawk |
||||
[DEP] gcc |
||||
[DEP] glibc |
||||
[DEP] grep |
||||
[DEP] make |
||||
[DEP] sed |
||||
[DEP] sysfiles |
||||
[DEP] tar |
@ -0,0 +1,15 @@
|
||||
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
# |
||||
# Filename: package/.../luadoc/luadoc.conf |
||||
# Copyright (C) 2012 The OpenSDE Project |
||||
# |
||||
# More information can be found in the files COPYING and README. |
||||
# |
||||
# This program is free software; you can redistribute it and/or modify |
||||
# it under the terms of the GNU General Public License as published by |
||||
# the Free Software Foundation; version 2 of the License. A copy of the |
||||
# GNU General Public License can be found in the file COPYING. |
||||
# --- SDE-COPYRIGHT-NOTE-END --- |
||||
|
||||
var_append makeinstopt ' ' "PREFIX=$root/$prefix" |
@ -0,0 +1,41 @@
|
||||
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
[COPY] |
||||
[COPY] Filename: package/.../luadoc/luadoc.desc |
||||
[COPY] Copyright (C) 2012 The OpenSDE Project |
||||
[COPY] |
||||
[COPY] More information can be found in the files COPYING and README. |
||||
[COPY] |
||||
[COPY] This program is free software; you can redistribute it and/or modify |
||||
[COPY] it under the terms of the GNU General Public License as published by |
||||
[COPY] the Free Software Foundation; version 2 of the License. A copy of the |
||||
[COPY] GNU General Public License can be found in the file COPYING. |
||||
[COPY] --- SDE-COPYRIGHT-NOTE-END --- |
||||
|
||||
[I] A documentation generator for lua source code |
||||
|
||||
[T] LuaDoc is a documentation generator tool for Lua source code. It parses the |
||||
[T] declarations and documentation comments in a set of Lua source files and |
||||
[T] produces a set of XHTML pages describing the commented declarations and |
||||
[T] functions. |
||||
[T] The output is not limited to XHTML. Other formats can be generated by |
||||
[T] implementing new doclets. The format of the documentation comments is also |
||||
[T] flexible and can be customized by implementing new taglets. |
||||
|
||||
[U] http://keplerproject.github.com/luadoc/ |
||||
[U] https://github.com/keplerproject/luadoc |
||||
|
||||
[A] Tomás Guisasol |
||||
[A] Danilo Tuler |
||||
[M] Christian Wiese <chris@opensde.org> |
||||
|
||||
[C] extra/development |
||||
|
||||
[F] LUA |
||||
|
||||
[L] MIT |
||||
[S] Stable |
||||
[V] 3.0.1 |
||||
[P] X -----5---9 120.000 |
||||
|
||||
[D] 3766136481 luadoc-3.0.1.tar.gz http://files.luaforge.net/releases/luadoc/luadoc/LuaDoc-3.0.1/ |
Loading…
Reference in new issue