mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Improve function header documentation guidelines (#6042)
This commit is contained in:
parent
a5523bc0c7
commit
fc037d1bc3
@ -178,6 +178,10 @@ Every function should have a header of the following format as the start of thei
|
||||
* Arguments:
|
||||
* 0: The first argument <STRING>
|
||||
* 1: The second argument <OBJECT>
|
||||
* 2: Multiple input types <STRING|ARRAY|CODE>
|
||||
* 3: Optional input <BOOL> (default: true)
|
||||
* 4: Optional input with multiple types <CODE|STRING> (default: {true})
|
||||
* 5: Not mandatory input <STRING> (default: nil)
|
||||
*
|
||||
* Return Value:
|
||||
* The return value <BOOL>
|
||||
|
Loading…
Reference in New Issue
Block a user