Skip to content

Commit

Permalink
added #ifndef FL_DOXYGEN around cb_item struct, to hide it from doxygen
Browse files Browse the repository at this point in the history
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6332 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
engelsman committed Sep 21, 2008
1 parent a4b0ac5 commit 31ad4d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions FL/Fl_Check_Browser.H
Expand Up @@ -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. */
Expand All @@ -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:

Expand Down

0 comments on commit 31ad4d2

Please sign in to comment.