doc: fix documentation of two signals (#1441)

Previously ldoc stopped after the "e.g." when generating the signals
overview.
This commit is contained in:
Holger Schurig 2017-01-23 22:28:26 +01:00 committed by Daniel Hahler
parent 2627f087c5
commit 249f5461bf
1 changed files with 2 additions and 2 deletions

4
luaa.c
View File

@ -75,11 +75,11 @@ extern const struct luaL_Reg awesome_mouse_meta[];
* @signal debug::deprecation * @signal debug::deprecation
*/ */
/** An invalid key was read from an object (e.g. c.foo) /** An invalid key was read from an object, for example `c.foo`
* @signal debug::index::miss * @signal debug::index::miss
*/ */
/** An invalid key was written to an object (e.g. c.foo = "bar") /** An invalid key was written to an object, for example `c.foo = "bar"`
* @signal debug::newindex::miss * @signal debug::newindex::miss
*/ */