Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Commits
47f3b37e
Commit
47f3b37e
authored
Aug 03, 2019
by
rswindell
Browse files
Don't use angle-brackets in JSDOCS to avoid HTML issues.
I plan to convert all these to wiki-syntax eventually anyway.
parent
d5d99a7e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/sbbs3/js_console.cpp
src/sbbs3/js_console.cpp
+1
-1
No files found.
src/sbbs3/js_console.cpp
View file @
47f3b37e
...
...
@@ -1986,7 +1986,7 @@ static jsSyncMethodSpec js_console_functions[] = {
,
JSDOCSTR
(
"beep for <i>count</i> number of times (default count is 1)"
)
,
311
},
{
"print"
,
js_print
,
1
,
JSTYPE_VOID
,
JSDOCSTR
(
"
<
value [,value][...]
>
or
<
string [,mode=<tt>P_NONE</tt>]
>
"
)
{
"print"
,
js_print
,
1
,
JSTYPE_VOID
,
JSDOCSTR
(
"
[
value [,value][...]
]
or
[
string [,mode=<tt>P_NONE</tt>]
]
"
)
,
JSDOCSTR
(
"display one or more values as strings (supports Ctrl-A codes, Telnet-escaping, auto-screen pausing, etc.).<br>"
"Supports a limited set of <tt>P_*</tt> flags, e.g. <tt>P_PETSCII</tt> and <tt>P_UTF8</tt>."
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment