Skip to content

Commit

Permalink
add missing \since doc comment on new function
Browse files Browse the repository at this point in the history
  • Loading branch information
vinipsmaker committed Mar 22, 2015
1 parent bfb7c19 commit 6a55fe1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/httpfileserver.h
Original file line number Diff line number Diff line change
Expand Up @@ -131,11 +131,17 @@ class TUFAO_EXPORT HttpFileServer: public QObject,

/*!
Returns true iff HttpFileServer::handleRequest will return true.
\since
1.3
*/
bool canHandleRequest(const HttpServerRequest &request);

/*!
Returns true iff HttpFileServer::handleRequest will return true.
\since
1.3
*/
static bool canHandleRequest(const HttpServerRequest &request,
const QString &root);
Expand Down

0 comments on commit 6a55fe1

Please sign in to comment.