commit
0a33eb4da5
|
@ -245,7 +245,9 @@ let add_comment com =
|
|||
comment_list := com :: !comment_list
|
||||
|
||||
let add_docstring_comment ds =
|
||||
let com = (Docstrings.docstring_body ds, Docstrings.docstring_loc ds) in
|
||||
let com =
|
||||
("*" ^ Docstrings.docstring_body ds, Docstrings.docstring_loc ds)
|
||||
in
|
||||
add_comment com
|
||||
|
||||
let comments () = List.rev !comment_list
|
||||
|
|
Loading…
Reference in New Issue