[doc] Add header in API section
This commit is contained in:
parent
94cce69d68
commit
721e67ba8c
|
@ -20,6 +20,12 @@ This file is read at startup.
|
||||||
|
|
||||||
AWESOME LUA API
|
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[]
|
include::apidocgen.txt[]
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
|
|
Loading…
Reference in New Issue