Skip to content

Commit

Permalink
Quietly doctest skip
Browse files Browse the repository at this point in the history
  • Loading branch information
cbm755 committed Oct 26, 2023
1 parent c9ed1bc commit e32e175
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions inst/@sym/fplot.m
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@
%% y = cos(3*x)
%% @result{} y = (sym) cos(3⋅x)
%%
%% fplot (y) % doctest: +SKIP
%% @c doctest: +SKIP
%% fplot (y)
%%
%% fplot (y, [0 pi]) % doctest: +SKIP
%% @c doctest: +SKIP
%% fplot (y, [0 pi])
%% @end group
%% @end example
%%
Expand All @@ -56,7 +58,8 @@
%% ...
%% 0.8415
%%
%% plot (xx, yy) % doctest: +SKIP
%% @c doctest: +SKIP
%% plot (xx, yy)
%% @end group
%% @end example
%%
Expand Down

0 comments on commit e32e175

Please sign in to comment.