Doxygen documentation: replace all occurences in comments of " by a quote char. Temporarily set warn_if_undocumented to NO until we correct more severe messages.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6283 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Fabien Costantini
2008-09-17 15:44:43 +00:00
parent b4a5023949
commit 3787be9b6e
32 changed files with 86 additions and 88 deletions
+4 -4
View File
@@ -134,7 +134,7 @@ public:
<P>The second two forms change the text and set the mark and the
point to the end of it. The string is copied to the internal
buffer. Passing NULL is the same as &quot;&quot;.
buffer. Passing NULL is the same as "".
This returns non-zero if the new value is different than the
current one. You can use the second version to directly set the
length if you know it already or want to put nul's in the
@@ -159,8 +159,8 @@ char index(int i) const {return value_[i];}
void maximum_size(int m) {maximum_size_ = m;}
/**
The input widget maintains two pointers into the string. The
&quot;position&quot; is where the cursor is. The
&quot;mark&quot; is the other end of the selected text. If they
"position" is where the cursor is. The
"mark" is the other end of the selected text. If they
are equal then there is no selection. Changing this does not
affect the clipboard (use copy() to do that).
@@ -222,7 +222,7 @@ char index(int i) const {return value_[i];}
<P>The shift flags can be any set of values accepted by
Fl::event_state(). If the bit is on that shift key must
be pushed. Meta, Alt, Ctrl, and Shift must be off if they are not in
the shift flags (zero for the other bits indicates a &quot;don't care&quot;
the shift flags (zero for the other bits indicates a "don't care"
setting).
*/
int shortcut() const {return shortcut_;}