From c232e9822d348eec68593ba6753b98ae9f85dfdb Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Wed, 17 Sep 2008 22:43:15 +0000 Subject: This is a stab at supporting Doxygen comments from withing Fluid. Just double click on a function, class, or declaration and you will be able to add a comment. Comments welcome. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6291 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- fluid/function_panel.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'fluid/function_panel.h') diff --git a/fluid/function_panel.h b/fluid/function_panel.h index 3171288f6..52d353d00 100644 --- a/fluid/function_panel.h +++ b/fluid/function_panel.h @@ -46,6 +46,8 @@ extern Fl_Input *f_return_type_input; extern Fl_Return_Button *f_panel_ok; #include extern Fl_Button *f_panel_cancel; +#include +extern Fl_Text_Editor *f_comment_input; Fl_Double_Window* make_function_panel(); extern Fl_Menu_Item menu_f_public_member_choice[]; extern Fl_Menu_Item menu_f_public_choice[]; @@ -76,6 +78,7 @@ extern Fl_Choice *decl_class_choice; extern Fl_Input *decl_input; extern Fl_Return_Button *decl_panel_ok; extern Fl_Button *decl_panel_cancel; +extern Fl_Text_Editor *decl_comment_input; Fl_Double_Window* make_decl_panel(); extern Fl_Menu_Item menu_decl_choice[]; extern Fl_Menu_Item menu_decl_class_choice[]; @@ -83,6 +86,7 @@ extern Fl_Double_Window *class_panel; extern Fl_Light_Button *c_public_button; extern Fl_Input *c_name_input; extern Fl_Input *c_subclass_input; +extern Fl_Text_Editor *c_comment_input; extern Fl_Return_Button *c_panel_ok; extern Fl_Button *c_panel_cancel; Fl_Double_Window* make_class_panel(); -- cgit v1.2.3