diff options
Diffstat (limited to 'src/ui/widget/notebook-page.cpp')
| -rw-r--r-- | src/ui/widget/notebook-page.cpp | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/src/ui/widget/notebook-page.cpp b/src/ui/widget/notebook-page.cpp index 47035ce2f..92bcb6937 100644 --- a/src/ui/widget/notebook-page.cpp +++ b/src/ui/widget/notebook-page.cpp @@ -1,5 +1,5 @@ -/** - * \brief Notebook page widget +/* + * Notebook page widget. * * Author: * Bryce Harrington <bryce@bryceharrington.org> @@ -19,12 +19,6 @@ namespace Inkscape { namespace UI { namespace Widget { -/** - * Construct a NotebookPage - * - * \param label Label. - */ - NotebookPage::NotebookPage(int n_rows, int n_columns, bool expand, bool fill, guint padding) :_table(n_rows, n_columns) { |
