]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
AutoDocs: Doxygen fixups
authorAmos Jeffries <squid3@treenet.co.nz>
Thu, 23 Jul 2009 13:24:39 +0000 (01:24 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Thu, 23 Jul 2009 13:24:39 +0000 (01:24 +1200)
src/adaptation/notes.dox
src/client_side.cc

index c9a32353dfb08431a6a012f525409713fbfde183..720556e56afc5f5329dedc5af8e0cd59706d987f 100644 (file)
@@ -1,5 +1,5 @@
 /**
-\defgroup Adaptation
+\defgroup Adaptation Adaptation
 \ingroup Components
  
 
index 6445b302dc85df30eb478432a75ac5be8bc8cddc..4aab181d8b1df9f6746090202ad87c6fdd11f920 100644 (file)
@@ -1360,7 +1360,7 @@ ConnStateData::readNextRequest()
     /** Please don't do anything with the FD past here! */
 }
 
-void
+static void
 ClientSocketContextPushDeferredIfNeeded(ClientSocketContext::Pointer deferredRequest, ConnStateData * conn)
 {
     debugs(33, 2, "ClientSocketContextPushDeferredIfNeeded: FD " << conn->fd << " Sending next");