diff options
author | jbj <devnull@localhost> | 2004-10-20 10:31:47 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2004-10-20 10:31:47 +0000 |
commit | 5e872f35ed574ec549155fd8a56828aed59aedfb (patch) | |
tree | 42d4e57aa454ff36a8006546bf07f4c07c6268c8 /Doxyfile.in | |
parent | 8faa61c020369ecf850a823a505b946485fa1bea (diff) | |
download | librpm-tizen-5e872f35ed574ec549155fd8a56828aed59aedfb.tar.gz librpm-tizen-5e872f35ed574ec549155fd8a56828aed59aedfb.tar.bz2 librpm-tizen-5e872f35ed574ec549155fd8a56828aed59aedfb.zip |
Add lua to doxygen.
CVS patchset: 7496
CVS date: 2004/10/20 10:31:47
Diffstat (limited to 'Doxyfile.in')
-rw-r--r-- | Doxyfile.in | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/Doxyfile.in b/Doxyfile.in index 41611ff8e..7df9e6ef8 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -481,6 +481,45 @@ INPUT = @top_srcdir@/Doxyheader \ @top_srcdir@/lib/stringbuf.h \ @top_srcdir@/lib/transaction.c \ @top_srcdir@/lib/verify.c \ + @top_srcdir@/lua/lapi.c \ + @top_srcdir@/lua/lapi.h \ + @top_srcdir@/lua/lcode.c \ + @top_srcdir@/lua/lcode.h \ + @top_srcdir@/lua/ldebug.c \ + @top_srcdir@/lua/ldebug.h \ + @top_srcdir@/lua/ldo.c \ + @top_srcdir@/lua/ldo.h \ + @top_srcdir@/lua/ldump.c \ + @top_srcdir@/lua/lfunc.c \ + @top_srcdir@/lua/lfunc.h \ + @top_srcdir@/lua/lgc.c \ + @top_srcdir@/lua/lgc.h \ + @top_srcdir@/lua/llex.c \ + @top_srcdir@/lua/llex.h \ + @top_srcdir@/lua/llimits.h \ + @top_srcdir@/lua/lmem.c \ + @top_srcdir@/lua/lmem.h \ + @top_srcdir@/lua/lobject.c \ + @top_srcdir@/lua/lobject.h \ + @top_srcdir@/lua/lopcodes.c \ + @top_srcdir@/lua/lopcodes.h \ + @top_srcdir@/lua/lparser.c \ + @top_srcdir@/lua/lparser.h \ + @top_srcdir@/lua/lstate.c \ + @top_srcdir@/lua/lstate.h \ + @top_srcdir@/lua/lstring.c \ + @top_srcdir@/lua/lstring.h \ + @top_srcdir@/lua/ltable.c \ + @top_srcdir@/lua/ltable.h \ + @top_srcdir@/lua/ltests.c \ + @top_srcdir@/lua/ltm.c \ + @top_srcdir@/lua/ltm.h \ + @top_srcdir@/lua/lundump.c \ + @top_srcdir@/lua/lundump.h \ + @top_srcdir@/lua/lvm.c \ + @top_srcdir@/lua/lvm.h \ + @top_srcdir@/lua/lzio.c \ + @top_srcdir@/lua/lzio.h \ @top_srcdir@/rpmdb/db3.c \ @top_srcdir@/rpmdb/dbconfig.c \ @top_srcdir@/rpmdb/fprint.c \ |