Skip to main content

Module convert_comment_from_or_to_doc

Module convert_comment_from_or_to_doc 

Source

Functionsยง

can_be_doc_comment ๐Ÿ”’
Not all comments are valid candidates for conversion into doc comments. For example, the comments in the code:
comment_to_doc ๐Ÿ”’
convert_comment_from_or_to_doc ๐Ÿ”’
doc_to_comment ๐Ÿ”’
line_comments_text_range ๐Ÿ”’
relevant_line_comments ๐Ÿ”’
The line -> block assist can be invoked from anywhere within a sequence of line comments. relevant_line_comments crawls backwards and forwards finding the complete sequence of comments that will be joined.