Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix doxy string
  • Loading branch information
elpaso committed Jan 22, 2019
1 parent eef7f49 commit 02c3c8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/server/auto_generated/qgsserverrequest.sip.in
Expand Up @@ -159,7 +159,7 @@ Set the request method

void setOriginalUrl( const QUrl &url );
%Docstring
Set the request original \url (the request url as seen by the web server)
Set the request original ``url`` (the request url as seen by the web server)

.. seealso:: :py:func:`setUrl`

Expand Down
2 changes: 1 addition & 1 deletion src/server/qgsserverrequest.h
Expand Up @@ -175,7 +175,7 @@ class SERVER_EXPORT QgsServerRequest
protected:

/**
* Set the request original \url (the request url as seen by the web server)
* Set the request original \a url (the request url as seen by the web server)
*
* \see setUrl() for the rewritten url
* \since QGIS 3.6
Expand Down

0 comments on commit 02c3c8e

Please sign in to comment.