--------------------- PatchSet 5013 Date: 2007/07/12 05:24:14 Author: amosjeffries Branch: docs Tag: (none) Log: Add .cci files to those processed by doxygen. Add docs to unlinkd main() Members: squid3.dox:1.1.2.2->1.1.2.3 src/unlinkd_daemon.cc:1.2->1.2.18.1 Index: squid3/squid3.dox =================================================================== RCS file: /cvsroot/squid-sf//squid3/Attic/squid3.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/squid3.dox 11 Jul 2007 23:36:18 -0000 1.1.2.2 +++ squid3/squid3.dox 12 Jul 2007 05:24:14 -0000 1.1.2.3 @@ -458,7 +458,7 @@ # *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx # *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py -FILE_PATTERNS = +FILE_PATTERNS = *.dox *.h *.c *.cc *.cci # The RECURSIVE tag can be used to turn specify whether or not subdirectories # should be searched for input files as well. Possible values are YES and NO. Index: squid3/src/unlinkd_daemon.cc =================================================================== RCS file: /cvsroot/squid-sf//squid3/src/unlinkd_daemon.cc,v retrieving revision 1.2 retrieving revision 1.2.18.1 diff -u -r1.2 -r1.2.18.1 --- squid3/src/unlinkd_daemon.cc 24 Apr 2007 21:50:57 -0000 1.2 +++ squid3/src/unlinkd_daemon.cc 12 Jul 2007 05:24:14 -0000 1.2.18.1 @@ -1,6 +1,6 @@ /* - * $Id: unlinkd_daemon.cc,v 1.2 2007/04/24 21:50:57 squidadm Exp $ + * $Id: unlinkd_daemon.cc,v 1.2.18.1 2007/07/12 05:24:14 amosjeffries Exp $ * * DEBUG: - Unlink Daemon * AUTHOR: Duane Wessels @@ -37,10 +37,13 @@ #include "squid.h" -/* This is the external unlinkd process */ - #define UNLINK_BUF_LEN 1024 +/** + * \ingroup ExternalPrograms + * + * This is the external unlinkd process + */ int main(int argc, char *argv[]) { @@ -64,4 +67,3 @@ exit(0); } -