diff options
| author | engelsman <engelsman> | 2008-09-20 21:04:28 +0000 |
|---|---|---|
| committer | engelsman <engelsman> | 2008-09-20 21:04:28 +0000 |
| commit | fd407c7775dbfd8efd15afaaa89586cf2e8689e9 (patch) | |
| tree | 0a6331e592a0f9a2e0deb725fc986a76355b6402 /src | |
| parent | f5a1576d7ca95ae7ca2ceb96fb53a7bc34fea20b (diff) | |
doxygen comments for undocumented features in Fl_Browser_, Fl_Button, Fl_Chart.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6319 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl_Browser_.cxx | 8 | ||||
| -rw-r--r-- | src/fl_shortcut.cxx | 4 |
2 files changed, 8 insertions, 4 deletions
diff --git a/src/Fl_Browser_.cxx b/src/Fl_Browser_.cxx index 13812731a..d1f83882f 100644 --- a/src/Fl_Browser_.cxx +++ b/src/Fl_Browser_.cxx @@ -333,10 +333,7 @@ void Fl_Browser_::display(void* p) { // redraw, has side effect of updating top and setting scrollbar: /** - The first form draws the list within the normal widget bounding box. - - <P>The second form draws the contents of the browser within the - specified bounding box. + Draws the list within the normal widget bounding box. */ void Fl_Browser_::draw() { int drawsquare = 0; @@ -542,6 +539,9 @@ void Fl_Browser_::replacing(void* a, void* b) { if (a == max_width_item) {max_width_item = 0; max_width = 0;} } +/** + Exchange pointers \p a and \p b. +*/ void Fl_Browser_::swapping(void* a, void* b) { redraw_line(a); redraw_line(b); diff --git a/src/fl_shortcut.cxx b/src/fl_shortcut.cxx index dd1d9b9d0..4f67464ab 100644 --- a/src/fl_shortcut.cxx +++ b/src/fl_shortcut.cxx @@ -202,6 +202,10 @@ const char * fl_shortcut_label(int shortcut) { // Emulation of XForms named shortcuts #include <stdlib.h> +/** + Emulation of XForms named shortcuts. + \todo Why does doxygen display fl_old_shortcut() on Fl_Button page? +*/ int fl_old_shortcut(const char* s) { if (!s || !*s) return 0; int n = 0; |
