Re: luadoc: named parameters
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: luadoc: named parameters
- From: Martin Schröder <martin@...>
- Date: 2010年9月21日 17:29:26 +0200
2010年9月21日 Wesley Smith <wesley.hoke@gmail.com>:
> There have been a few proposals fir documenting table argument fields, but nothing implemented as far as I know. In the doc system for LuaAV, we simple write:
>
> @param args Description
> @param args.field Field description
Hrm. luadoc then generates the function signature as (args, args.field). :-(
Also: Is there any way to let luadoc handle utf8 in the comments?
Best
Martin