X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/e7eb3a2744aa45179daea235800753d3d1955338..ca6b4a12640792d416b9fcbeb4baa8a3b84285ff:/disobedience/popup.c diff --git a/disobedience/popup.c b/disobedience/popup.c index adc3224..6613cfc 100644 --- a/disobedience/popup.c +++ b/disobedience/popup.c @@ -15,6 +15,9 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ +/** @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,