Skip to content

Commit

Permalink
Removing check form here , it will be corrected in webhelp html file
Browse files Browse the repository at this point in the history
  • Loading branch information
jharajeev55 committed May 14, 2024
1 parent 8e08cf1 commit f37af4c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions Json_parser/Utility.cs
Original file line number Diff line number Diff line change
Expand Up @@ -372,10 +372,6 @@ public static void HelpContent(CommandInfo cmd, string file_name, ref string out

command_help += param.Name + " " + param.Description + "\n";
}
else if (cmd.name == "display.input.option()")
{
command_help += "---@return displayInputOption displayOption";
}
/* else if(cmd.name == "eventlog.suppress()")
{
outStr += "---@param eventType eventlogsuppresseventType\n";
Expand Down
2 changes: 1 addition & 1 deletion ParserGeneric/tti-command_param_data_type.txt
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ minimumValue: number
maximumValue: number

display.input.option()
n: display_BUTTON_OPTIONs | nil
BUTTON_OPTIONn: display_BUTTON_OPTIONs | nil
dialogTitle: string
buttonTitle1: string
...: string
Expand Down

0 comments on commit f37af4c

Please sign in to comment.