1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-14 02:34:17 +02:00

Add section heading info

Give information about using comments for code sections
This commit is contained in:
Tom Anderson
2015-10-31 22:43:43 +10:30
parent e56bc6cbca
commit 1bd371bcda

View File

@@ -15,6 +15,7 @@ If you have any feedback please feel free to reach me at
[osvaldo.t.mendoza@gmail.com](mailto:osvaldo.t.mendoza@gmail.com).
```matlab
%% Code sections start with two percent signs. Section titles go on the same line.
% Comments start with a percent sign.
%{