You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by je...@apache.org on 2003/11/19 04:16:49 UTC

cvs commit: apr/docs doxygen.conf

jerenkrantz    2003/11/18 19:16:49

  Modified:    docs     doxygen.conf
  Log:
  Do not strip comments from generated doxygen source listings.
  
  Submitted by: Sander Temme
  Reviewed by:  Justin Erenkrantz
  
  Revision  Changes    Path
  1.9       +1 -0      apr/docs/doxygen.conf
  
  Index: doxygen.conf
  ===================================================================
  RCS file: /home/cvs/apr/docs/doxygen.conf,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -u -r1.8 -r1.9
  --- doxygen.conf	5 Mar 2003 21:22:25 -0000	1.8
  +++ doxygen.conf	19 Nov 2003 03:16:49 -0000	1.9
  @@ -22,6 +22,7 @@
              DOXYGEN=
   
   OPTIMIZE_OUTPUT_FOR_C=YES
  +STRIP_CODE_COMMENTS=NO
   
   FULL_PATH_NAMES=NO
   # some autoconf guru needs to make configure set this correctly...