-
Notifications
You must be signed in to change notification settings - Fork 16
/
yard_macro
30 lines (22 loc) · 902 Bytes
/
yard_macro
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# @!macro [new] group_request
# @!group FRCP Request Methods
# @!macro [new] group_configure
# @!group FRCP Configure Methods
# @!macro [new] group_hook
# @!group OMF RC Hooks
# @!macro [new] group_prop
# @!group FRCP RC Properties
# @!macro [new] group_work
# @!group OMF RC Work Helper Methods
# @!macro [new] extend_dsl
# @!parse extend OmfRc::ResourceProxyDSL::ClassMethods
# @!macro [new] work
# @note Method '$1' generated by DSL method 'work'
# @!macro [new] request
# @note Method 'request_$1' generated by DSL method 'request'
# @!macro [new] configure
# @note Method 'configure_$1' generated by DSL method 'configure'
#
# @!macro [new] prop
# @note DSL method 'property' will generate configure_x, request_x, or initialise_x methods according to property's access mode (:configure, :read_only or :init_only)
# @see OmfRc::ResourceProxyDSL::ClassMethods#property