Add section header to docs
authorMyhailo Danylenko <isbear@ukrpost.net>
Tue, 21 Aug 2012 16:23:23 +0300
changeset 134 d7ab555b9766
parent 133 57a18ccaf9ff
child 135 0e407455faca
Add section header to docs
docs/api.mdwn
lua.c
--- a/docs/api.mdwn	Tue Aug 21 16:06:54 2012 +0300
+++ b/docs/api.mdwn	Tue Aug 21 16:23:23 2012 +0300
@@ -17,6 +17,9 @@
 * lua_init_filename - lua script, that will be loaded at startup
 * lua_lm_debug      - if lm log handler is enabled, this option controls, whether lm log messages are dropped or passed to mcabber logging facility
 
+<a name="Provided.lua.functions"></a>
+### Provided lua functions
+
 <a name="print"></a>
 ### print
 Prints its arguments to log with default priority.  
--- a/lua.c	Tue Aug 21 16:06:54 2012 +0300
+++ b/lua.c	Tue Aug 21 16:23:23 2012 +0300
@@ -104,6 +104,8 @@
 //  code
 //
 
+/// Provided lua functions
+
 // caller sould g_free result
 static char *mcabber_config_filename (const char *file)
 {