GlueGen v2.6.0-rc-20250712
GlueGen, Native Binding Generator for Java™ (public API).
com.jogamp.gluegen.CommentEmitter Interface Reference
Inheritance diagram for com.jogamp.gluegen.CommentEmitter:
Collaboration diagram for com.jogamp.gluegen.CommentEmitter:

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...
 

Detailed Description

Definition at line 44 of file CommentEmitter.java.

Member Function Documentation

◆ emit()

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.

Here is the caller graph for this function:

The documentation for this interface was generated from the following file: