From 695502c932157229e4b18ebccb13243a98d97393 Mon Sep 17 00:00:00 2001 From: Graeme Geldenhuys Date: Wed, 5 Nov 2014 14:24:21 +0000 Subject: docs: fpdoc enum documentation only supports the tag. --- docs/xml/corelib/fpg_base.xml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/docs/xml/corelib/fpg_base.xml b/docs/xml/corelib/fpg_base.xml index f052e2f0..bfddab34 100644 --- a/docs/xml/corelib/fpg_base.xml +++ b/docs/xml/corelib/fpg_base.xml @@ -72,21 +72,21 @@ etc.). The window being created is a child on another window. This normally means no titlebar or window borders are going to be created. - - - This would specify a standard window with titlebar and window borders. - This would specify a standard window with titlebar and window borders. It grabs input focus, and appears in the taskbar. - - - - This windows type is similar to wtWindow, but grabs focus. - This windows is the same as wtWindow, but grabs the input focus until it has closed. This window normally doesn't appear in the taskbar. - - - - This window will normally not have a titlebar or window borders. - This window will normally not have a titlebar or window borders and will appear above other windows. It is used for example in the dropdown window of a ComboBox or a tooltip window or popup menus. This type of window does not steal focus. - + +This would specify a standard window with titlebar and window borders. It grabs input +focus, and appears in the taskbar. + + + +This windows is similar to wtWindow, but grabs +the input focus until it has closed. This window normally doesn't appear in the taskbar. + + + +This window will normally not have a titlebar or window borders and will appear above other windows. It +is used for example in the dropdown window of a ComboBox or a tooltip window or popup menus. This type of +window does not steal focus. + An enum types defining extra attributes of a window. -- cgit v1.2.3-70-g09d2