f90-comment-indent

f90-comment-indent is a compiled Lisp function in `f90.el'.

(f90-comment-indent)

Return the indentation to be used for a comment starting at point.
Used for `comment-indent-function' by F90 mode.
"!!!", `f90-directive-comment-re', variable `f90-comment-region' return 0.
`f90-indented-comment-re' (if not trailing code) calls `f90-calculate-indent'.
All others return `comment-column', leaving at least one space after code.