From 6765234b60e35ae3a17773dab2a60c3ae64eb8a0 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 28 Feb 2014 08:14:31 +0100 Subject: DatabasePrint: add API documentation --- src/db/DatabasePrint.hxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') 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); -- cgit v1.2.3