Searched refs:insertNewLine (Results 1 – 1 of 1) sorted by relevance
189 val insertNewLine: Boolean = documentation[end - 1] != '\n' in addUniqueTag() constant212 …return documentation.substring(0, end) + (if (insertNewLine) "\n" else "") + indent + linePrefix +… in addUniqueTag()