Skip to content

Commit 547f24e

Browse files
committed
Fix javadoc
1 parent 4040f07 commit 547f24e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

imgui-binding/src/main/java/imgui/ImGuiWindowClass.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,15 @@ public void destroy() {
6868
*/
6969

7070
/**
71-
* Hint for the platform back-end. If non-zero, the platform back-end can create a parent<>child relationship between the platform windows.
71+
* Hint for the platform back-end. If non-zero, the platform back-end can create a parent{@code <>}child relationship between the platform windows.
7272
* Not conforming back-ends are free to e.g. parent every viewport to the main viewport or not.
7373
*/
7474
public native int getParentViewportId(); /*
7575
return IMGUI_WINDOW_CLASS->ParentViewportId;
7676
*/
7777

7878
/**
79-
* Hint for the platform back-end. If non-zero, the platform back-end can create a parent<>child relationship between the platform windows.
79+
* Hint for the platform back-end. If non-zero, the platform back-end can create a parent{@code <>}child relationship between the platform windows.
8080
* Not conforming back-ends are free to e.g. parent every viewport to the main viewport or not.
8181
*/
8282
public native void setParentViewportId(int parentViewportId); /*

0 commit comments

Comments
 (0)