add comments

This commit is contained in:
yggverse 2024-09-16 15:05:33 +03:00
parent 893f114abf
commit 19d7428e75

View File

@ -94,6 +94,11 @@ namespace app::browser::main::tab
public: public:
/*
* Gemini protocol
*
* https://geminiprotocol.net
*/
struct Gemini struct Gemini
{ {
// Defaults // Defaults
@ -139,7 +144,7 @@ namespace app::browser::main::tab
static bool meta( static bool meta(
const Glib::ustring & RESPONSE, const Glib::ustring & RESPONSE,
Status & status, Status & status,
MIME & mime MIME & mime // same to page global
); );
}; };
}; };