[doc] Add header in API section

This commit is contained in:
Julien Danjou 2008-05-26 20:24:26 +02:00
parent 94cce69d68
commit 721e67ba8c
1 changed files with 6 additions and 0 deletions

View File

@ -20,6 +20,12 @@ This file is read at startup.
AWESOME LUA API
---------------
Each function available in awesome Lua implementation is listed below.
Function named package.function are relative to the package and must be called
as is.
Function named object_type:function are objects methods and must be applied on
object with type "object_type".
include::apidocgen.txt[]
SEE ALSO