Skip to content

Commit

Permalink
added a few of the missing component descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
awicenec committed Apr 12, 2022
1 parent 0c1106a commit aad0630
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion daliuge-engine/dlg/apps/dockerapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def waitForIp(self, timeout=None):
# @param[in] cparam/command_line_arguments Command Line Arguments//String/readwrite/False//False/
# \~English Additional command line arguments to be added to the command line to be executed
# @param[in] cparam/paramValueSeparator Param value separator/ /String/readwrite/False//False/
# \~English Separator character(s) between parameters on the command line
# \~English Separator character(s) between parameters and their respective values on the command line
# @param[in] cparam/argumentPrefix Argument prefix/"--"/String/readwrite/False//False/
# \~English Prefix to each keyed argument on the command line
# @param[in] cparam/execution_time Execution Time/5/Float/readonly/False//False/
Expand Down
6 changes: 3 additions & 3 deletions daliuge-engine/dlg/drop.py
Original file line number Diff line number Diff line change
Expand Up @@ -1659,11 +1659,11 @@ class EndDROP(NullDROP):
# \~English Load path for python DB module
# @param[in] cparam/dbtable DB table name//String/readwrite/False//False/
# \~English The name of the table to use
# @param[in] aparam/vals Values dictionary//Json/readwrite/False//False/
# @param[in] cparam/vals Values dictionary//Json/readwrite/False//False/
# \~English Json encoded values dictionary used for INSERT. The keys of ``vals`` are used as the column names.
# @param[in] aparam/condition Whats used after WHERE//String/readwrite/False//False/
# @param[in] cparam/condition Whats used after WHERE//String/readwrite/False//False/
# \~English Condition for SELECT. For this the WHERE statement must be written using the "{X}" or "{}" placeholders
# @param[in] aparam/selectVals values for WHERE//Json/readwrite/False//False/
# @param[in] cparam/selectVals values for WHERE//Json/readwrite/False//False/
# \~English Values for the WHERE statement
# @par EAGLE_END
class RDBMSDrop(DataDROP):
Expand Down

0 comments on commit aad0630

Please sign in to comment.