[Change] More doxygen stuff.

This commit is contained in:
Allanis 2014-05-22 22:22:29 +01:00
parent 3a13801a14
commit a3e781968b
3 changed files with 4 additions and 3 deletions

View File

@ -208,6 +208,7 @@ ALIASES += "luafunc=@param L Lua State \
@return Number of variables on the Lua State stack.\n\
<p><em>Lua function:</em>"
ALIASES += "luaparam=<em>Lua function parameter:</em>"
ALIASES += "luareturn=<em>Lua return parameter:</em>"
# This tag can be used to specify a number of word-keyword mappings (TCL only).
# A mapping has the form "name=value". For example adding
@ -1639,7 +1640,7 @@ HIDE_UNDOC_RELATIONS = YES
# toolkit from AT&T and Lucent Bell Labs. The other options in this section
# have no effect if this option is set to NO (the default)
HAVE_DOT = NO
HAVE_DOT = YES
# The DOT_NUM_THREADS specifies the number of dot invocations doxygen is
# allowed to run in parallel. When set to 0 (the default) doxygen will

View File

@ -4,7 +4,7 @@
#define FACTION_METATABLE "Faction" /**< Faction metatable identifier. */
/**
* @brief Lua wrapper for a faction.
* @brief Lua faction wrapper.
*/
typedef struct LuaFaction_s {
int f; /**< Internal use faction identifier. */

View File

@ -5,7 +5,7 @@
#define PILOT_METATABLE "Pilot" /**< Pilot metatable identifier. */
/**
* @brief Lua wrapper for pilots.
* @brief Lua pilot wrapper.
*/
typedef struct LuaPilot_s {
unsigned int pilot;