Skip to content

Commit

Permalink
doc: Add missing line continuation marks from cset e5694f558ad9 (bug …
Browse files Browse the repository at this point in the history
…#65167)

* doc/interpreter/genpropdoc.m: Add missing line continuation operators.
  • Loading branch information
NRJank committed Jan 17, 2024
1 parent 13e5551 commit 8f51163
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/interpreter/genpropdoc.m
Original file line number Diff line number Diff line change
Expand Up @@ -1700,7 +1700,7 @@ automatically when objects are added to (or deleted from) the peer axes.\n\
color value data stored in \
@ref{XREFsurfacecdata, , @w{@qcode{\"cdata\"}}}. \
@xref{Colors, , colorspec}.";
s.valid = packopt ({valid_color,
s.valid = packopt ({valid_color, ...
"@qcode{\"none\"}", ...
"@qcode{\"flat\"}", ...
"@qcode{\"interp\"}"});
Expand Down Expand Up @@ -1734,7 +1734,7 @@ automatically when objects are added to (or deleted from) the peer axes.\n\
color value data stored in \
@ref{XREFsurfacecdata, , @w{@qcode{\"cdata\"}}}. \
@xref{Colors, , colorspec}.";
s.valid = packopt ({valid_color,
s.valid = packopt ({valid_color, ...
"@qcode{\"none\"}", ...
"@qcode{\"flat\"}", ...
"@qcode{\"interp\"}"});
Expand Down

0 comments on commit 8f51163

Please sign in to comment.