diff --git a/src/db/DatabasePrint.hxx b/src/db/DatabasePrint.hxx
index 2007e256b..f336d9ff5 100644
--- a/src/db/DatabasePrint.hxx
+++ b/src/db/DatabasePrint.hxx
@@ -27,6 +27,9 @@ struct DatabaseSelection;
 class Client;
 class Error;
 
+/**
+ * @param full print attributes/tags
+ */
 bool
 db_selection_print(Client &client, const DatabaseSelection &selection,
 		   bool full, Error &error);