In IDL, lines starting with a ‘;’ are called comment lines. Comment lines are indented as follows:
;
;;;
;;
The indentation of comments starting in column 0 is never changed.
The indentation of a comment starting with this regexp will not be changed.
A comment anchored at the beginning of line.
A comment that starts with this regexp is indented as if it is a part of IDL code.
Comment Indentation
In IDL, lines starting with a ‘
;’ are called comment lines. Comment lines are indented as follows:;;;;;;The indentation of comments starting in column 0 is never changed.
User Option: idlwave-no-change-comment
The indentation of a comment starting with this regexp will not be changed.
User Option: idlwave-begin-line-comment
A comment anchored at the beginning of line.
User Option: idlwave-code-comment
A comment that starts with this regexp is indented as if it is a part of IDL code.