Skip to content

Commit

Permalink
Fix documentation rendering (cf #316)
Browse files Browse the repository at this point in the history
  • Loading branch information
pthom committed Feb 12, 2025
1 parent 86aab06 commit 7c18010
Show file tree
Hide file tree
Showing 42 changed files with 935 additions and 979 deletions.
261 changes: 141 additions & 120 deletions bindings/imgui_bundle/hello_imgui.pyi

Large diffs are not rendered by default.

12 changes: 5 additions & 7 deletions bindings/imgui_bundle/im_cool_bar.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ class ImCoolBarConfig:
v_anim_step: float = 0.15,
v_effect_strength: float = 0.5
) -> None:
"""---
Python bindings defaults:
"""Python bindings defaults:
If vAnchor is None, then its default value will be: ImVec2(-1.0, -1.0)
//
Expand All @@ -73,12 +72,11 @@ def begin_cool_bar(
v_config: Optional[ImCoolBarConfig] = None,
v_flags: Optional[ImGuiWindowFlags] = None
) -> bool:
"""---
Python bindings defaults:
"""Python bindings defaults:
If any of the params below is None, then its default value below will be used:
vCBFlags: ImCoolBarFlags_.vertical
vConfig: initialized with default value
vFlags: WindowFlags_.none
* vCBFlags: ImCoolBarFlags_.vertical
* vConfig: initialized with default value
* vFlags: WindowFlags_.none
"""
pass
def end_cool_bar() -> None:
Expand Down
Loading

0 comments on commit 7c18010

Please sign in to comment.