Mentions légales du service

Skip to content
Snippets Groups Projects
Commit acddaccb authored by hhakim's avatar hhakim
Browse files

Fiter out <code> tags in matlab inline doc.

parent 8507ae96
Branches
No related tags found
No related merge requests found
......@@ -28,6 +28,8 @@ function parse_doxy_block {
s/@param[[:blank:]]\([^[:blank:]]\{1,\}\)/- Parameter \1: /;
s/@code/=========== code ===========/;
s/@endcode/========= end code =========/;
s/<code>//g;
s/<\/code>//g;
s/\(Examples\{0,1\}\)/\1:/;
#s/<[^>]*>//g;
s/<b>//g;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment