Skip to content

Commit

Permalink
docs:add debug step
Browse files Browse the repository at this point in the history
Signed-off-by: RibhuDP <[email protected]>
  • Loading branch information
ribdp committed Apr 2, 2024
1 parent 2246da1 commit 5728cad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/reference_api/gen_sysobj_doc.m
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@

top_doc = top_doc(1:end - 3);
top_doc = strtrim(top_doc); %Remove spurious leading whitespaces
disp(part)
top_doc(1) = cellstr(strcat("**", top_doc(1), "**"));
top_doc = strjoin(top_doc, '\n');
top_doc = char(top_doc);
Expand Down

0 comments on commit 5728cad

Please sign in to comment.