diff options
author | Max Kellermann <max@duempel.org> | 2014-02-28 08:14:31 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-02-28 08:17:25 +0100 |
commit | 6765234b60e35ae3a17773dab2a60c3ae64eb8a0 (patch) | |
tree | 3261a2bcdc713b9fc83201acaec5ad42fb37749c /src | |
parent | 4c27898ce7f72c75405c293e3b8e06db4d2438eb (diff) |
DatabasePrint: add API documentation
Diffstat (limited to 'src')
-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); |