added #ifndef FL_DOXYGEN around cb_item struct, to hide it from doxygen
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6332 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
a4b0ac592e
commit
31ad4d23cf
@ -54,6 +54,7 @@ class FL_EXPORT Fl_Check_Browser : public Fl_Browser_ {
|
||||
|
||||
public: // IRIX 5.3 C++ compiler doesn't support private structures...
|
||||
|
||||
#ifndef FL_DOXYGEN
|
||||
/** For internal use only. */
|
||||
struct cb_item {
|
||||
cb_item *next; /**< For internal use only. */
|
||||
@ -62,6 +63,7 @@ class FL_EXPORT Fl_Check_Browser : public Fl_Browser_ {
|
||||
char selected; /**< For internal use only. */
|
||||
char *text; /**< For internal use only. */
|
||||
};
|
||||
#endif // !FL_DOXYGEN
|
||||
|
||||
private:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user