[sword-cvs] sword/include gbfosis.h,1.4,1.5 gbfplain.h,1.9,1.10 gbfredletterwords.h,1.1,1.2 latin1utf16.h,1.3,1.4 swmgr.h,1.49,1.50 thmlosis.h,1.4,1.5 utf8arshaping.h,1.4,1.5 utf8bidireorder.h,1.5,1.6

sword@www.crosswire.org sword@www.crosswire.org
Thu, 13 Feb 2003 13:16:37 -0700


Update of /usr/local/cvsroot/sword/include
In directory www:/tmp/cvs-serv30811/include

Modified Files:
	gbfosis.h gbfplain.h gbfredletterwords.h latin1utf16.h swmgr.h 
	thmlosis.h utf8arshaping.h utf8bidireorder.h 
Log Message:
updates to the api docs

Index: gbfosis.h
===================================================================
RCS file: /usr/local/cvsroot/sword/include/gbfosis.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** gbfosis.h	18 Oct 2002 20:02:40 -0000	1.4
--- gbfosis.h	13 Feb 2003 20:16:35 -0000	1.5
***************
*** 54,58 ****
  };
  
! /** this filter converts GBF text to HTML text with hrefs
   */
  class SWDLLEXPORT GBFOSIS : public SWFilter {
--- 54,58 ----
  };
  
! /** this filter converts GBF text to OSIS text
   */
  class SWDLLEXPORT GBFOSIS : public SWFilter {

Index: gbfplain.h
===================================================================
RCS file: /usr/local/cvsroot/sword/include/gbfplain.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** gbfplain.h	1 Oct 2002 19:52:40 -0000	1.9
--- gbfplain.h	13 Feb 2003 20:16:35 -0000	1.10
***************
*** 28,32 ****
  SWORD_NAMESPACE_START
  
!   /** This filter converts GBF text into plain text
    */
  class SWDLLEXPORT GBFPlain:public SWFilter
--- 28,32 ----
  SWORD_NAMESPACE_START
  
!   /** This filter converts GBF text to plain text
    */
  class SWDLLEXPORT GBFPlain:public SWFilter

Index: gbfredletterwords.h
===================================================================
RCS file: /usr/local/cvsroot/sword/include/gbfredletterwords.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** gbfredletterwords.h	14 Jan 2003 19:30:18 -0000	1.1
--- gbfredletterwords.h	13 Feb 2003 20:16:35 -0000	1.2
***************
*** 28,32 ****
  SWORD_NAMESPACE_START
  
!   /** This Filter shows/hides strong's numbers in a GBF text
    */
  class SWDLLEXPORT GBFRedLetterWords : public SWFilter
--- 28,34 ----
  SWORD_NAMESPACE_START
  
!   /** This Filter shows/hides "red letter tags" (marking the
! 	* words of Jesus) in a GBF text. Turn this off if you don't want
! 	* to have this kind of markup in the text.
    */
  class SWDLLEXPORT GBFRedLetterWords : public SWFilter

Index: latin1utf16.h
===================================================================
RCS file: /usr/local/cvsroot/sword/include/latin1utf16.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** latin1utf16.h	1 Oct 2002 19:52:40 -0000	1.3
--- latin1utf16.h	13 Feb 2003 20:16:35 -0000	1.4
***************
*** 27,31 ****
  SWORD_NAMESPACE_START
  
!   /** This filter converts Latin-1 encoded text to UTF-8
    */
  class SWDLLEXPORT Latin1UTF16:public SWFilter {
--- 27,31 ----
  SWORD_NAMESPACE_START
  
!   /** This filter converts Latin-1 encoded text to UTF-16
    */
  class SWDLLEXPORT Latin1UTF16:public SWFilter {

Index: swmgr.h
===================================================================
RCS file: /usr/local/cvsroot/sword/include/swmgr.h,v
retrieving revision 1.49
retrieving revision 1.50
diff -C2 -d -r1.49 -r1.50
*** swmgr.h	29 Oct 2002 00:15:08 -0000	1.49
--- swmgr.h	13 Feb 2003 20:16:35 -0000	1.50
***************
*** 21,25 ****
  */
  
! /** @mainpage The Sword Project 1.5.3 - API documentation
  * This is the API documentation of the Sword project.
  * it describes the structure of the Sword library and documents the functions of the classes.
--- 21,25 ----
  */
  
! /** @mainpage The Sword Project - API documentation
  * This is the API documentation of the Sword project.
  * it describes the structure of the Sword library and documents the functions of the classes.
***************
*** 34,38 ****
  *	-BibleCS for Windows (the sourcecode is availble in the CVS of crosswire.org)\n
  *	-GnomeSword (http://gnomesword.sourceforge.net/)\n
! *	-BibleTime (http://www.bibletime.de/)\n
  */
  
--- 34,38 ----
  *	-BibleCS for Windows (the sourcecode is availble in the CVS of crosswire.org)\n
  *	-GnomeSword (http://gnomesword.sourceforge.net/)\n
! *	-BibleTime (http://www.bibletime.info/)\n
  */
  

Index: thmlosis.h
===================================================================
RCS file: /usr/local/cvsroot/sword/include/thmlosis.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** thmlosis.h	1 Oct 2002 19:52:40 -0000	1.4
--- thmlosis.h	13 Feb 2003 20:16:35 -0000	1.5
***************
*** 23,27 ****
  SWORD_NAMESPACE_START
  
! /** this filter converts ThML text to HTML text with hrefs
   */
  class SWDLLEXPORT ThMLOSIS : public SWFilter {
--- 23,27 ----
  SWORD_NAMESPACE_START
  
! /** this filter converts ThML text to OSIS text
   */
  class SWDLLEXPORT ThMLOSIS : public SWFilter {

Index: utf8arshaping.h
===================================================================
RCS file: /usr/local/cvsroot/sword/include/utf8arshaping.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** utf8arshaping.h	1 Oct 2002 19:52:40 -0000	1.4
--- utf8arshaping.h	13 Feb 2003 20:16:35 -0000	1.5
***************
*** 30,34 ****
  SWORD_NAMESPACE_START
  
!   /** This Filter shows/hides reorders UTF-8 text according to Unicode BiDi
    */
  class SWDLLEXPORT UTF8arShaping : public SWFilter
--- 30,35 ----
  SWORD_NAMESPACE_START
  
!   /** This Filter controls the arabic shaping of UTF-8 text
! 	* FIXME: is that correct? how to control it?
    */
  class SWDLLEXPORT UTF8arShaping : public SWFilter

Index: utf8bidireorder.h
===================================================================
RCS file: /usr/local/cvsroot/sword/include/utf8bidireorder.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** utf8bidireorder.h	9 Nov 2002 18:49:43 -0000	1.5
--- utf8bidireorder.h	13 Feb 2003 20:16:35 -0000	1.6
***************
*** 30,34 ****
  SWORD_NAMESPACE_START
  
!   /** This Filter shows/hides reorders UTF-8 text according to Unicode BiDi
    */
  class SWDLLEXPORT UTF8BiDiReorder : public SWFilter
--- 30,34 ----
  SWORD_NAMESPACE_START
  
!   /** This Filter reorders UTF-8 text according to Unicode BiDi
    */
  class SWDLLEXPORT UTF8BiDiReorder : public SWFilter