You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apreq-cvs@httpd.apache.org by jo...@apache.org on 2003/10/29 04:10:13 UTC

cvs commit: httpd-apreq-2/src apreq_env.c

joes        2003/10/28 19:10:13

  Modified:    env      mod_apreq.c
               src      apreq_env.c
  Log:
  Drop needless @file doxygen sections for apreq_env.c and mod_apreq.c
  
  Revision  Changes    Path
  1.35      +0 -5      httpd-apreq-2/env/mod_apreq.c
  
  Index: mod_apreq.c
  ===================================================================
  RCS file: /home/cvs/httpd-apreq-2/env/mod_apreq.c,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- mod_apreq.c	29 Oct 2003 02:20:24 -0000	1.34
  +++ mod_apreq.c	29 Oct 2003 03:10:13 -0000	1.35
  @@ -88,11 +88,6 @@
   module AP_MODULE_DECLARE_DATA apreq_module;
   
   /**
  - * @file mod_apreq.c
  - * @brief Source code for Apache-2 filter module
  - */
  -
  -/**
    * mod_apreq.c provides an input filter for using libapreq2
    * (and allow its parsed data structures to be shared) within
    * the Apache-2 webserver.  Using it, libapreq2 works properly
  
  
  
  1.3       +0 -6      httpd-apreq-2/src/apreq_env.c
  
  Index: apreq_env.c
  ===================================================================
  RCS file: /home/cvs/httpd-apreq-2/src/apreq_env.c,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- apreq_env.c	29 Oct 2003 02:20:24 -0000	1.2
  +++ apreq_env.c	29 Oct 2003 03:10:13 -0000	1.3
  @@ -64,12 +64,6 @@
   #include <stdlib.h>
   #include <stdio.h>
   
  -
  -/**
  - * @file apreq_env.c
  - * @brief Implements logging and environment hooks, also the default CGI module.
  - */
  -
   static const apreq_env_t *apreq_env;
   
   APREQ_DECLARE(const apreq_env_t *) apreq_env_module(const apreq_env_t *mod)