--------------------- PatchSet 5187 Date: 2007/08/08 02:48:00 Author: amosjeffries Branch: docs Tag: (none) Log: Move undocumented 'Server Protocols' into general groups for now. Members: doc/Programming-Guide/Groups.dox:1.1.2.4->1.1.2.5 Index: squid3/doc/Programming-Guide/Groups.dox =================================================================== RCS file: /cvsroot/squid-sf//squid3/doc/Programming-Guide/Attic/Groups.dox,v retrieving revision 1.1.2.4 retrieving revision 1.1.2.5 diff -u -r1.1.2.4 -r1.1.2.5 --- squid3/doc/Programming-Guide/Groups.dox 8 Aug 2007 02:30:59 -0000 1.1.2.4 +++ squid3/doc/Programming-Guide/Groups.dox 8 Aug 2007 02:48:00 -0000 1.1.2.5 @@ -52,3 +52,42 @@ * These mehods are registered as callbacks to receive notice whenever a * specific event occurs. */ +/** + * \defgroup ServerProtocol Server Protocols + */ + +/** + * \defgroup ServerProtocolHTTP HTTP + * \ingroup ServerProtocol + * \todo Write Documentation about HTTP + */ + +/** + * \defgroup ServerProtocolFTP FTP + * \ingroup ServerProtocol + * \todo Write Documentation about FTP + */ + +/** + * \defgroup ServerProtocolGopher Gopher + * \ingroup ServerProtocol + * \todo Write Documentation about Gopher + */ + +/** + * \defgroup ServerProtocolWAIS WAIS + * \ingroup ServerProtocol + * \todo Write Documentation about Wais + */ + +/** + * \defgroup ServerProtocolSSL SSL + * \ingroup ServerProtocol + * \todo Write Documentation about SSL + */ + +/** + * \defgroup ServerProtocolPassthru Passthru + * \ingroup ServerProtocol + * \todo Write Documentation about Passthru + */