graph: add documentation

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2008-08-29 13:48:47 +02:00
parent 1e51843fa6
commit 23707aafcf
1 changed files with 7 additions and 0 deletions

View File

@ -430,6 +430,13 @@ luaA_graph_plot_data_add(lua_State *L)
* \param L The Lua VM state. * \param L The Lua VM state.
* \param token The key token. * \param token The key token.
* \return The number of elements pushed on stack. * \return The number of elements pushed on stack.
* \luastack
* \lfield plot_properties_set A function to set plot properties.
* \lfield plot_add_add A function to add data to a plot.
* \lfield height Graph height.
* \lfield widget Graph width.
* \lfield bg Background color.
* \lfield grow Direction to grow: left or right.
*/ */
static int static int
luaA_graph_index(lua_State *L, awesome_token_t token) luaA_graph_index(lua_State *L, awesome_token_t token)