We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84eab74 commit 7356d37Copy full SHA for 7356d37
1 file changed
kt/api-generator/src/main/kotlin/godot/docgen/rawXmlPojos.kt
@@ -146,7 +146,7 @@ private fun String.getFormattedDescription(): String = trim()
146
/**
147
* Replaces wrong comment characters sequence to avoid invalid comment syntax.
148
*/
149
-fun String.replaceInvalidCommentSequences(): String = this.replace("*/", "* / ")
+fun String.replaceInvalidCommentSequences(): String = this.replace("*/", "* / ").replace("/*", "/ *")
150
151
152
* Replaces new line chars with two new line chars so they are rendered on an new line in kdoc
0 commit comments