Next: Function Headers, Previous: Documentation Tips, Up: Tips
Here are the conventions to follow when writing comments.
indent-for-comment
)
command automatically inserts such a `#' in the right place, or
aligns such a comment if it is already present.
The indentation commands of the Octave mode in Emacs, such as M-;
(indent-for-comment
) and TAB (octave-indent-line
)
automatically indent comments according to these conventions,
depending on the number of semicolons. See Manipulating Comments.