Add "Actions" group
This commit is contained in:
parent
348dde1150
commit
c3fb883f73
1 changed files with 5 additions and 0 deletions
|
@ -7,6 +7,9 @@ module BSD::Control
|
||||||
BSD::Control::FFI.available_features
|
BSD::Control::FFI.available_features
|
||||||
end
|
end
|
||||||
|
|
||||||
|
##
|
||||||
|
# @group Actions
|
||||||
|
|
||||||
##
|
##
|
||||||
# Enables a feature for a given executable.
|
# Enables a feature for a given executable.
|
||||||
#
|
#
|
||||||
|
@ -52,6 +55,8 @@ module BSD::Control
|
||||||
set!(path, BSD::Control::SysDef)
|
set!(path, BSD::Control::SysDef)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# @endgroup
|
||||||
|
|
||||||
##
|
##
|
||||||
# @group Predicates
|
# @group Predicates
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue