|
GlueGen v2.6.0-rc-20250712
GlueGen, Native Binding Generator for Java (public API).
|
Public Member Functions | |
| void | emit (FunctionEmitter funcEmitter, PrintWriter output) |
| Emit the body of a comment for the specified function; do NOT emit the open (e.g., comment "/*") or close (e.g., "*\/") characters. More... | |
Definition at line 44 of file CommentEmitter.java.
| void com.jogamp.gluegen.CommentEmitter.emit | ( | FunctionEmitter | funcEmitter, |
| PrintWriter | output | ||
| ) |
Emit the body of a comment for the specified function; do NOT emit the open (e.g., comment "/*") or close (e.g., "*\/") characters.
Implemented in com.jogamp.gluegen.CMethodBindingEmitter.DefaultCommentEmitter, and com.jogamp.gluegen.JavaMethodBindingEmitter.DefaultCommentEmitter.