Skip to content
Commit 32764d98 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Better left-margin detection for doc-comments.

Now comments like:

        /**
         Some text here
	 Another line.
	 */

are handled as the author intended.  Previously this text would have
been parsed by Markdown as code-block as it's indented.  Now we remove
the indentation also at the beginning of these lines that don't begin
with '*'.
parent e7d26f90
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment