diff options
| author | maxim nikonov <maxim.nikonov@hqo.co> | 2026-02-05 23:48:25 +0500 |
|---|---|---|
| committer | maxim nikonov <maxim.nikonov@hqo.co> | 2026-02-05 23:48:25 +0500 |
| commit | c53067d2f6cfd6e3c6b476c51ab8c4b931e40a30 (patch) | |
| tree | 95bfab59b2d9a38a57b6aa05244cab2d0435c7d2 /fluid/tools | |
| parent | 57860e277f2298ad6c0830b1492087cfa124c862 (diff) | |
wip
Diffstat (limited to 'fluid/tools')
| -rw-r--r-- | fluid/tools/autodoc.cxx | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/fluid/tools/autodoc.cxx b/fluid/tools/autodoc.cxx index 4c1dc5bff..51afe76c6 100644 --- a/fluid/tools/autodoc.cxx +++ b/fluid/tools/autodoc.cxx @@ -503,33 +503,33 @@ void run_autodoc(const std::string &target_dir) { t_win->open(); t_win->open(); - // -- Type::Function + // -- FLD_NODE_TYPE_Function select_only(t_func); fl_snapshot((target_dir + "function_panel.png").c_str(), func_tabs_main, tab_margin, row_blend); - // -- Type::Code + // -- FLD_NODE_TYPE_Code select_only(t_code); fl_snapshot((target_dir + "code_panel.png").c_str(), code_tabs_main, tab_margin, row_blend); - // -- Type::CodeBlock + // -- FLD_NODE_TYPE_CodeBlock select_only(t_codeblock); fl_snapshot((target_dir + "codeblock_panel.png").c_str(), declblock_tabs_main, tab_margin, row_blend); - // -- Type::Decl + // -- FLD_NODE_TYPE_Decl select_only(t_decl); fl_snapshot((target_dir + "decl_panel.png").c_str(), decl_tabs_main, tab_margin, row_blend); - // -- Type::DeclBlock + // -- FLD_NODE_TYPE_DeclBlock select_only(t_declblock); fl_snapshot((target_dir + "declblock_panel.png").c_str(), declblock_tabs_main, tab_margin, row_blend); - // -- Type::Class + // -- FLD_NODE_TYPE_Class select_only(t_class); fl_snapshot((target_dir + "class_panel.png").c_str(), class_tabs_main, tab_margin, row_blend); - // -- Type::Widget_Class is handled like Window_Node + // -- FLD_NODE_TYPE_Widget_Class is handled like Window_Node - // -- Type::Comment + // -- FLD_NODE_TYPE_Comment select_only(t_comment); fl_snapshot((target_dir + "comment_panel.png").c_str(), comment_tabs_comment, tab_margin, row_blend); @@ -596,7 +596,7 @@ void run_autodoc(const std::string &target_dir) { widget_tabs->value(widget_tab_grid_child); fl_snapshot((target_dir + "wp_gridc_tab.png").c_str(), widget_tab_grid_child, tab_margin, row_blend); - // -- Type::Data + // -- FLD_NODE_TYPE_Data select_only(t_data); fl_snapshot((target_dir + "data_panel.png").c_str(), data_tabs_data, tab_margin, row_blend); |
