Skip to content

Commit

Permalink
added comment to the case of missing description inside extra examples
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoRianiUNIPR committed Oct 28, 2024
1 parent 26c6231 commit 63f54bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion toolbox/utilities_help/publishFS.m
Original file line number Diff line number Diff line change
Expand Up @@ -1903,7 +1903,9 @@
catch
warning('Title of example with missing description')
disp(listExtraEx{j})
error('FSDA:publishFS:WrongInputExtraEx',['Description of Extra example ' num2str(j) ' is missing'])
disp('Please add an extra line which shows what the example does.')
error('FSDA:publishFS:WrongInputExtraEx',['Description of example ' num2str(size(listEx,1)+j) ' is missing'])

end

findescriptionEx=inicr(jj);
Expand Down

0 comments on commit 63f54bb

Please sign in to comment.