]> Git trees. - libqmvoc.git/commitdiff
Dox fixes; need an extra copy of kdatepicker screenie
authorAdriaan de Groot <groot@kde.org>
Sat, 9 Jul 2005 13:27:30 +0000 (13:27 +0000)
committerAdriaan de Groot <groot@kde.org>
Sat, 9 Jul 2005 13:27:30 +0000 (13:27 +0000)
svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=433026

extdate/extdatetime.cpp
extdate/extdatetimeedit.cpp

index ace14d822eddaebe443b9fbda1fa0af36b19a336..c07bb318ca40776e0af8004232b8cb6ad23abcfe 100644 (file)
@@ -489,11 +489,9 @@ int ExtDate::dayOfYear(int y, int m, int d)
 
 /*!
     \class ExtDateTime extdatetime.h
-    \reentrant
     \brief The ExtDateTime class provides date and time functions.
 
     \ingroup time
-    \mainclass
 
     A ExtDateTime object contains a calendar date and a clock time (a
     "datetime"). It is a combination of the ExtDate and QTime classes.
@@ -528,6 +526,8 @@ int ExtDate::dayOfYear(int y, int m, int d)
     The range of a datetime object is constrained to the ranges of the
     ExtDate and QTime objects which it embodies.
 
+    Methods in this class are reentrant.
+
     \sa ExtDate QTime ExtDateTimeEdit
 */
 
index 5933c304eae96e2fbc2b88890170752ed6af53a5..92658273470f48d2a9953e3caa6e8fcd43ed300a 100644 (file)
@@ -757,7 +757,6 @@ public:
 
     \ingroup advanced
     \ingroup time
-    \mainclass
 
     ExtDateEdit allows the user to edit dates by using the keyboard or
     the arrow keys to increase/decrease date values. The arrow keys
@@ -792,7 +791,7 @@ public:
     separator will be taken from the systems settings. If that is
     not possible, it defaults to "-".
 
-    \img datetimewidgets.png Date Time Widgets
+    \image html datetimewidgets.png "Date Time Widgets"
 
     \sa ExtDate QTimeEdit ExtDateTimeEdit
 */
@@ -1472,16 +1471,14 @@ bool ExtDateEdit::setFocusSection( int s )
 
     The rules applied are as follows:
 
-    \list
-    \i if the day is larger than the number of days in the month, 
-    \i it is reset to that number
-    \i If the year has four digits it is left unchanged.
-    \i If the year has two digits, the year will be changed to four
-    digits in the range current year - 70 to current year + 29.
-    \i If the year has three digits in the range 100..999, the
-    current millennium, i.e. 2000, will be added giving a year
-    in the range 2100..2999.
-    \endlist
+    - if the day is larger than the number of days in the month, 
+    - it is reset to that number
+    - If the year has four digits it is left unchanged.
+    - If the year has two digits, the year will be changed to four
+      digits in the range current year - 70 to current year + 29.
+    - If the year has three digits in the range 100..999, the
+      current millennium, i.e. 2000, will be added giving a year
+      in the range 2100..2999.
 
 */
 
@@ -2507,7 +2504,6 @@ public:
 
     \ingroup advanced
     \ingroup time
-    \mainclass
 
     ExtDateTimeEdit consists of a ExtDateEdit and QTimeEdit widget placed
     side by side and offers the functionality of both. The user can
@@ -2541,7 +2537,7 @@ public:
     setDateSeparator(); similarly setTimeSeparator() is used for the
     time sections.
 
-    \img datetimewidgets.png Date Time Widgets
+    \image html datetimewidgets.png "Date Time Widgets"
 
     \sa ExtDateEdit QTimeEdit
 */