From 68e81ff411048a93f500f33cf5f73eff33bb279c Mon Sep 17 00:00:00 2001 From: tastytea Date: Sun, 28 Jul 2019 02:18:52 +0200 Subject: [PATCH] Escaped mentions of URI in documentation. --- src/lib/uri.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/uri.hpp b/src/lib/uri.hpp index c1cf24e..12fc51d 100644 --- a/src/lib/uri.hpp +++ b/src/lib/uri.hpp @@ -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: