]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/ACLBrowser.h
Cleanup: zap CVS Id tags
[thirdparty/squid.git] / src / ACLBrowser.h
index 335752ed6eb2a51e64f8bb239dafcf1a95406875..998af7c821f0882de9e9ca351991c33687753ffb 100644 (file)
@@ -1,6 +1,5 @@
-
 /*
- * $Id: ACLBrowser.h,v 1.2 2003/02/21 22:50:04 robertc Exp $
+ * $Id$
  *
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
  *  it under the terms of the GNU General Public License as published by
  *  the Free Software Foundation; either version 2 of the License, or
  *  (at your option) any later version.
- *  
+ *
  *  This program is distributed in the hope that it will be useful,
  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  *  GNU General Public License for more details.
- *  
+ *
  *  You should have received a copy of the GNU General Public License
  *  along with this program; if not, write to the Free Software
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
 
 #ifndef SQUID_ACLBROWSER_H
 #define SQUID_ACLBROWSER_H
+
 #include "ACL.h"
 #include "ACLData.h"
 #include "ACLRequestHeaderStrategy.h"
 #include "ACLStrategised.h"
 
+/// \ingroup ACLAPI
 class ACLBrowser
 {