Lua documentation update and config.ld for LDoc

This commit is contained in:
Walter Julius Hennecke 2013-04-29 23:45:53 +02:00
parent a70d0cd939
commit c17ecc141e
1 changed files with 6 additions and 0 deletions

View File

@ -6,6 +6,12 @@
extern qboolean G_CallSpawn(gentity_t *ent); extern qboolean G_CallSpawn(gentity_t *ent);
#ifdef G_LUA #ifdef G_LUA
/***
Module to access entity functions and manage enities. Documentation under work.
@module entiy
*/
// entity.MMBRefit() // entity.MMBRefit()
// this is just a function called from lua // this is just a function called from lua
// it should be called before any other model work // it should be called before any other model work