Commit 6765234b authored by Max Kellermann's avatar Max Kellermann

DatabasePrint: add API documentation

parent 4c27898c
...@@ -27,6 +27,9 @@ struct DatabaseSelection; ...@@ -27,6 +27,9 @@ struct DatabaseSelection;
class Client; class Client;
class Error; class Error;
/**
* @param full print attributes/tags
*/
bool bool
db_selection_print(Client &client, const DatabaseSelection &selection, db_selection_print(Client &client, const DatabaseSelection &selection,
bool full, Error &error); bool full, Error &error);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment