From 4e8e8b9f028478bc4f9c2ae386537a3ab9bb1612 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Thu, 18 Sep 2008 21:11:28 +0000 Subject: More Doxygen comment support for Fluid. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6302 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- fluid/function_panel.cxx | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'fluid/function_panel.cxx') diff --git a/fluid/function_panel.cxx b/fluid/function_panel.cxx index d2e2c362f..b13f2fa7e 100644 --- a/fluid/function_panel.cxx +++ b/fluid/function_panel.cxx @@ -934,17 +934,6 @@ Fl_Light_Button *sv_autorefresh=(Fl_Light_Button *)0; Fl_Light_Button *sv_autoposition=(Fl_Light_Button *)0; -/** - Create a preview window for the C++ source code. - - This function creates a dialog box with two tabs - for previewing thw header and source file that will - be generated from the current database. - - The created window is modal. - - \return the newly created dialog window -*/ Fl_Double_Window* make_sourceview() { { sourceview_panel = new Fl_Double_Window(520, 490, "Code View"); sourceview_panel->callback((Fl_Callback*)toggle_sourceview_cb); -- cgit v1.2.3