Escaped mentions of URI in documentation.

This commit is contained in:
tastytea 2019-07-28 02:18:52 +02:00
parent 998cc32546
commit 68e81ff411
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 3 additions and 3 deletions

View File

@ -32,17 +32,17 @@ namespace remwharead
string fulltext;
} html_extract;
//! Download, archive and process an URI.
//! Download, archive and process an %URI.
class URI
{
public:
//! Construct object and set URL.
explicit URI(const string &uri);
//! Download URI and extract title, description and full text.
//! Download %URI and extract title, description and full text.
const html_extract get();
//! Save URI in archive and return archive-URI.
//! Save %URI in archive and return archive-URI.
const string archive();
protected: