Skip to content

Instantly share code, notes, and snippets.

@Bit-Flipper
Created April 6, 2024 01:55
Show Gist options
  • Save Bit-Flipper/91c8d8c30fda59352a485267394eb960 to your computer and use it in GitHub Desktop.
Save Bit-Flipper/91c8d8c30fda59352a485267394eb960 to your computer and use it in GitHub Desktop.

GroqDoc Example of Bad Generated Javadoc

 public interface TagGenerator extends TagHandler {
 
+    /**
+     * Generates the tag.
+     *
+     * @throws IOException if an I/O error occurs
+     * @author Your Name
+     * @since 1.0
+     */
     public void generate() throws IOException;
 }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment