From 23707aafcf9c6a77fa72044204002b703b355428 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Fri, 29 Aug 2008 13:48:47 +0200 Subject: [PATCH] graph: add documentation Signed-off-by: Julien Danjou --- widgets/graph.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/widgets/graph.c b/widgets/graph.c index ae56ef0a6..5f01d66ee 100644 --- a/widgets/graph.c +++ b/widgets/graph.c @@ -430,6 +430,13 @@ luaA_graph_plot_data_add(lua_State *L) * \param L The Lua VM state. * \param token The key token. * \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 luaA_graph_index(lua_State *L, awesome_token_t token)