Skip to content

Commit b92ab38

Browse files
Comments (Add more methods to document cbrain custom properties) #1128
1 parent e6815f3 commit b92ab38

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

BrainPortal/lib/boutiques_support.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@ def file_revision_info
288288
# Deprecated
289289
# as walltime added to Boutiques resources sections
290290
#
291+
# The methods to retrieve the values related to cbrain custom properties are listed below
291292

292293
# Returns a string with name(s) and emails(s) of the Boutiques descriptor authors, enlisted in
293294
# "cbrain:author" custom property of the descriptors. Emails are optional
@@ -407,6 +408,8 @@ def inherits_from_class_custom
407408
# Given a module name, returns the structure with the
408409
# data for it stored under the "custom"['cbrain:integrator_modules']
409410
# entry of the descriptor.
411+
# All modules can be found in the lib subdirectory of a cbrain plugin
412+
# or cbrain itself and start with Boutiques prefix.
410413
def custom_module_info(modulename)
411414
self.custom['cbrain:integrator_modules'][modulename]
412415
end

0 commit comments

Comments
 (0)