Mentions légales du service

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

Filter <p/> html tag from matfaust inline doc blocks.

parent 885c9a75
Branches
Tags
No related merge requests found
......@@ -28,14 +28,15 @@ function parse_doxy_block {
s/@param[[:blank:]]\([^[:blank:]]\{1,\}\)/- Parameter \1: /;
s/@code//;
s/@endcode//;
s/<code>//g;
s/<\/code>//g;
s/<code>//g;
s/<\/code>//g;
s/\(Examples\{0,1\}\)/\1:/;
#s/<[^>]*>//g;
s/<b>//g;
s/<\/b>//g;
s/<br\/>//g;
s/<p>//g;
s%<p/>%%g;
s/<img.*src=\"\([^\"]\{1,\}\)\".*\/>/\1/g;
s/&nbsp;/ /g;
s/@retval/Returns/g;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment