[sword-cvs] sword/src/modules/filters swoptfilter.cpp,1.1,1.2

sword@www.crosswire.org sword@www.crosswire.org
Sat, 5 Jul 2003 01:53:07 -0700


Update of /usr/local/cvsroot/sword/src/modules/filters
In directory www:/tmp/cvs-serv23139/src/modules/filters

Modified Files:
	swoptfilter.cpp 
Log Message:
Martin: changed class docs for swoptfilter. Developers,
please always write proper documentation while coding.


Index: swoptfilter.cpp
===================================================================
RCS file: /usr/local/cvsroot/sword/src/modules/filters/swoptfilter.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** swoptfilter.cpp	5 Jul 2003 04:58:42 -0000	1.1
--- swoptfilter.cpp	5 Jul 2003 08:53:05 -0000	1.2
***************
*** 1,6 ****
  /******************************************************************************
   *
!  * osisstrongs -	SWFilter descendant to hide or show strongs number
!  *			in a OSIS module.
   */
  
--- 1,5 ----
  /******************************************************************************
   *
!  * swoptfilter -	SWFilter descendant and base class for all option filters
   */