diff --git a/docs/user/interface/Menu.dox b/docs/user/interface/Menu.dox index 78b3e8c2d8..6aec69dc99 100644 --- a/docs/user/interface/Menu.dox +++ b/docs/user/interface/Menu.dox @@ -15,7 +15,7 @@ \file Menu.h \ingroup interface \ingroup libbe - \brief Menu class definition and support structures. + \brief BMenu class definition and support structures. */ @@ -247,14 +247,6 @@ */ -/*! - \name Hook Methods Reimplemented from BView -*/ - - -//! @{ - - /*! \fn void BMenu::AttachedToWindow() \brief Lays out the menu items and resizes the menu to fit. @@ -292,9 +284,6 @@ */ -//! @} - - /*! \fn bool BMenu::AddItem(BMenuItem* item) \brief Adds a menu \a item to the end of the list. diff --git a/docs/user/interface/MenuBar.dox b/docs/user/interface/MenuBar.dox index 04d8636c2f..80255459a5 100644 --- a/docs/user/interface/MenuBar.dox +++ b/docs/user/interface/MenuBar.dox @@ -15,7 +15,7 @@ \file MenuBar.h \ingroup interface \ingroup libbe - \brief MenuBar class definition and support structures. + \brief BMenuBar class definition and support structures. */ @@ -175,14 +175,6 @@ */ -/*! - \name Hook Methods Reimplemented from BMenu -*/ - - -//! @{ - - /*! \fn void BMenuBar::AttachedToWindow() \brief Sets this as the key menubar for the window, lays out the menu items @@ -222,9 +214,6 @@ */ -//! @} - - /*! \fn void BMenuBar::SetBorder(menu_bar_border border) \brief Sets how the menu bar border is drawn.