remove redundant paratheses from comments

This commit is contained in:
0tkl
2025-05-14 16:43:02 +08:00
parent 56c44c04f6
commit 13d075edb7
2 changed files with 6 additions and 6 deletions

View File

@@ -5703,7 +5703,7 @@ int DLLEXPORT EN_setpremisestatus(EN_Project p, int ruleIndex, int premiseIndex,
** Input: ruleIndex = rule index
** premiseIndex = premise index
** status = object status being tested against
** (see EN_RuleStatus))
** (see EN_RuleStatus)
** Output: none
** Returns: error code
** Purpose: sets the status of an object being tested against
@@ -5755,7 +5755,7 @@ int DLLEXPORT EN_getthenaction(EN_Project p, int ruleIndex, int actionIndex,
** Input: ruleIndex = rule index
** actionIndex = index of a rule's THEN actions
** Output: linkIndex = index of link appearing in the action
** status = status assigned to the link (see EN_RuleStatus))
** status = status assigned to the link (see EN_RuleStatus)
** setting = setting assigned to the link
** Returns: error code
** Purpose: retrieves the properties of a rule's THEN action
@@ -5783,7 +5783,7 @@ int DLLEXPORT EN_setthenaction(EN_Project p, int ruleIndex, int actionIndex,
** Input: ruleIndex = rule index
** actionIndex = index of a rule's THEN actions
** linkIndex = index of link appearing in the action
** status = status assigned to the link (see EN_RuleStatus))
** status = status assigned to the link (see EN_RuleStatus)
** setting = setting assigned to the link
** Returns: error code
** Purpose: sets the properties of a rule's THEN action
@@ -5811,7 +5811,7 @@ int DLLEXPORT EN_getelseaction(EN_Project p, int ruleIndex, int actionIndex,
** Input: ruleIndex = rule index
** actionIndex = index of a rule's ELSE actions
** Output: linkIndex = index of link appearing in the action
** status = status assigned to the link (see EN_RuleStatus))
** status = status assigned to the link (see EN_RuleStatus)
** setting = setting assigned to the link
** Returns: error code
** Purpose: retrieves the properties of a rule's ELSE action
@@ -5839,7 +5839,7 @@ int DLLEXPORT EN_setelseaction(EN_Project p, int ruleIndex, int actionIndex,
** Input: ruleIndex = rule index
** actionIndex = index of a rule's ELSE actions
** linkIndex = index of link appearing in the action
** status = status assigned to the link (see EN_RuleStatus))
** status = status assigned to the link (see EN_RuleStatus)
** setting = setting assigned to the link
** Returns: error code
** Purpose: sets the properties of a rule's ELSE action

View File

@@ -466,7 +466,7 @@ void writemassbalance(Project *pr)
** Input: none
** Output: none
** Purpose: writes water quality mass balance ratio
** (Outflow + Final Storage) / Inflow + Initial Storage)
** (Outflow + Final Storage) / Inflow + Initial Storage
** to report file.
**-------------------------------------------------------------
*/