--------------------- PatchSet 5059 Date: 2007/07/12 22:58:58 Author: amosjeffries Branch: docs Tag: (none) Log: Chaneg Grouping Modules to Components, inline with naming conventions Members: doc/Programming-Guide/Groups.dox:1.1.2.2->1.1.2.3 src/fs/FileSystems.dox:1.1.2.3->1.1.2.4 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.2 retrieving revision 1.1.2.3 diff -u -r1.1.2.2 -r1.1.2.3 --- squid3/doc/Programming-Guide/Groups.dox 12 Jul 2007 06:07:13 -0000 1.1.2.2 +++ squid3/doc/Programming-Guide/Groups.dox 12 Jul 2007 22:58:58 -0000 1.1.2.3 @@ -10,15 +10,8 @@ */ /** - * \defgroup Modules Module Classes + * \defgroup Components Squid Components * - * \par - * Between the abstract component level and the practical POD types - * sits a layer of objects that are relatively static within the code. - * They form the codepath along which POD flows, rather than moving. - * They can combine into a process path along wich POD data is flowed - * to produce the desired outcome. - * They should provide an API for interfacing with other objects. */ /** Index: squid3/src/fs/FileSystems.dox =================================================================== RCS file: /cvsroot/squid-sf//squid3/src/fs/Attic/FileSystems.dox,v retrieving revision 1.1.2.3 retrieving revision 1.1.2.4 diff -u -r1.1.2.3 -r1.1.2.4 --- squid3/src/fs/FileSystems.dox 12 Jul 2007 05:01:22 -0000 1.1.2.3 +++ squid3/src/fs/FileSystems.dox 12 Jul 2007 22:58:58 -0000 1.1.2.4 @@ -1,6 +1,6 @@ /** \defgroup FileSystems Storage Filesystems -\ingroup Modules +\ingroup Components \section Introduction Introduction \par