2012-11-19 14:57:47 +01:00
|
|
|
-- Configuration file for ldoc
|
|
|
|
project='awesome'
|
|
|
|
title='awesome API documentation'
|
|
|
|
description='highly configurable X window manager'
|
|
|
|
--format='markdown' or should it be discount? what is that anyway? how about plain?
|
|
|
|
dir='doc'
|
|
|
|
file={ 'lib/', '@SOURCE_DIR@/luadoc' }
|
2015-02-15 22:33:23 +01:00
|
|
|
|
|
|
|
-- Setup @client to be an alias for "@tparam client.client"
|
|
|
|
tparam_alias('client', 'client.client')
|
|
|
|
|
|
|
|
-- Should be default, but is not. Sets up "@tab" => "@tparam table".
|
|
|
|
tparam_alias('tab', 'table')
|