Fix comments for CodeGenerator.associate*
diff --git a/api/src/main/kotlin/com/google/devtools/ksp/processing/CodeGenerator.kt b/api/src/main/kotlin/com/google/devtools/ksp/processing/CodeGenerator.kt
index 0e429c5..67dabde 100644
--- a/api/src/main/kotlin/com/google/devtools/ksp/processing/CodeGenerator.kt
+++ b/api/src/main/kotlin/com/google/devtools/ksp/processing/CodeGenerator.kt
@@ -72,7 +72,6 @@
      * @param fileName file name
      * @param extensionName If "kt" or "java", this file will participate in subsequent compilation.
      *                      Otherwise its creation is only considered in incremental processing.
-     * @return OutputStream for writing into files.
      * @see [CodeGenerator] for more details.
      */
     fun associate(sources: List<KSFile>, packageName: String, fileName: String, extensionName: String = "kt")
@@ -86,7 +85,6 @@
      * @param fileName file name
      * @param extensionName If "kt" or "java", this file will participate in subsequent compilation.
      *                      Otherwise its creation is only considered in incremental processing.
-     * @return OutputStream for writing into files.
      * @see [CodeGenerator] for more details.
      */
     fun associateWithClasses(