mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
List "Triggered When" before "Arguments" in the event template.
That's the order in all existing event descriptions.
This commit is contained in:
parent
538e8eb8a5
commit
7a1644c252
@ -21,14 +21,14 @@ Below is a template showing how to read the event information
|
|||||||
|
|
||||||
Name: <event name>
|
Name: <event name>
|
||||||
Managed By: <what part of the code registers and unregister the event>
|
Managed By: <what part of the code registers and unregister the event>
|
||||||
Arguments:
|
|
||||||
|
|
||||||
<the order and type of the arguments>
|
|
||||||
|
|
||||||
Triggered When:
|
Triggered When:
|
||||||
|
|
||||||
<short description of when the event is triggered>
|
<short description of when the event is triggered>
|
||||||
|
|
||||||
|
Arguments:
|
||||||
|
|
||||||
|
<the order and type of the arguments>
|
||||||
|
|
||||||
Description:
|
Description:
|
||||||
|
|
||||||
<description of the arguments, what the event does etc.>
|
<description of the arguments, what the event does etc.>
|
||||||
|
Loading…
Reference in New Issue
Block a user