From 3e581ae682dc6050b8b8c41c917ae62a040719d8 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Wed, 23 Jan 2008 23:34:37 +0000 Subject: Minor changes to documentation, mainly. --- src/protocolhttp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/protocolhttp.h') diff --git a/src/protocolhttp.h b/src/protocolhttp.h index bcc417f..6a854ea 100644 --- a/src/protocolhttp.h +++ b/src/protocolhttp.h @@ -26,6 +26,7 @@ namespace Bu * the onRequest function in a subclass with the method and URI that were * requested. The sub-class can then do whatever it needs to to send back * a response. + *@ingroup Serving */ class ProtocolHttp : public Protocol { -- cgit v1.2.3