diff options
-rw-r--r-- | src/db/DatabasePrint.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
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); |