--------------------- PatchSet 5209 Date: 2007/08/09 09:12:43 Author: amosjeffries Branch: docs Tag: (none) Log: Migrate more Gopher comments to the source. Members: doc/Programming-Guide/Groups.dox:1.1.2.7->1.1.2.8 src/gopher.cc:1.27.2.2->1.27.2.3 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.7 retrieving revision 1.1.2.8 diff -u -r1.1.2.7 -r1.1.2.8 --- squid3/doc/Programming-Guide/Groups.dox 9 Aug 2007 09:08:07 -0000 1.1.2.7 +++ squid3/doc/Programming-Guide/Groups.dox 9 Aug 2007 09:12:43 -0000 1.1.2.8 @@ -87,12 +87,6 @@ */ /** - * \defgroup ServerProtocolGopher Gopher - * \ingroup ServerProtocol - * \todo Write Documentation about Gopher - */ - -/** * \defgroup ServerProtocolWAIS WAIS * \ingroup ServerProtocol * \todo Write Documentation about Wais Index: squid3/src/gopher.cc =================================================================== RCS file: /cvsroot/squid-sf//squid3/src/gopher.cc,v retrieving revision 1.27.2.2 retrieving revision 1.27.2.3 diff -u -r1.27.2.2 -r1.27.2.3 --- squid3/src/gopher.cc 9 Aug 2007 09:08:08 -0000 1.27.2.2 +++ squid3/src/gopher.cc 9 Aug 2007 09:12:43 -0000 1.27.2.3 @@ -1,6 +1,6 @@ /* - * $Id: gopher.cc,v 1.27.2.2 2007/08/09 09:08:08 amosjeffries Exp $ + * $Id: gopher.cc,v 1.27.2.3 2007/08/09 09:12:43 amosjeffries Exp $ * * DEBUG: section 10 Gopher * AUTHOR: Harvest Derived @@ -47,6 +47,11 @@ #include "SquidTime.h" /** + * \defgroup ServerProtocolGopher Gopher + * \ingroup ServerProtocol + */ + +/** \defgroup ServerProtocolGopherAPI Server-Side Gopher API \ingroup ServerProtocolGopher */