chiark / gitweb /
Core Audio support should now include descriptions in error strings.
[disorder] / disobedience / popup.c
index adc322402ff4682f07ec15daae40447e94d91207..6613cfc4fb7f0691e71621cafb8b03458ec37093 100644 (file)
@@ -15,6 +15,9 @@
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
+/** @file disobedience/popup.c
+ * @brief Disobedience popup menus
+ */
 #include "disobedience.h"
 #include "popup.h"
 
@@ -55,7 +58,7 @@ void popup(GtkWidget **menup,
 }
 
 /** @brief Make sure the right thing is selected
- * @param widget Tree view
+ * @param treeview Tree view
  * @param event Mouse event
  */
 void ensure_selected(GtkTreeView *treeview,