[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
- Previous message: [sword-cvs] sword/doc sword-api.doxygen,1.9,1.10
- Next message: [sword-cvs] sword/doc/api-documentation/html _greek2_greek_8h-source.html,1.11,1.12 _greek_chars_8h-source.html,1.11,1.12 annotated.html,1.25,1.26 cdsourcemgr_8h-source.html,1.3,1.4 cipherfil_8h-source.html,1.11,1.12 classes.html,1.25,1.26 classsword_1_1_encoding_filter_mgr-members.html,1.3,1.4 classsword_1_1_encoding_filter_mgr.html,1.3,1.4 classsword_1_1_encoding_filter_mgr__inherit__graph.jpg,1.3,1.4 classsword_1_1_g_b_f_footnotes-members.html,1.3,1.4 classsword_1_1_g_b_f_footnotes.html,1.3,1.4 classsword_1_1_g_b_f_h_t_m_l-members.html,1.3,1.4 classsword_1_1_g_b_f_h_t_m_l.html,1.3,1.4 classsword_1_1_g_b_f_h_t_m_l__coll__graph.jpg,1.3,1.4 classsword_1_1_g_b_f_h_t_m_l__inherit__graph.jpg,1.3,1.4 classsword_1_1_g_b_f_h_t_m_l_h_r_e_f-members.html,1.3,1.4 classsword_1_1_g_b_f_h_t_m_l_h_r_e_f.html,1.3,1.4 classsword_1_1_g_b_f_h_t_m_l_h_r_e_f__coll__graph.jpg,1.3,1.4 classsword_1_1_g_b_f_h_t_m_l_h_r_e_f__inherit__graph.jpg,1.3,1.4 classsword_1_1_g_b_f_headings-members.html,1.3,1.4 classsword_1_1_g_b_f_headings.html,1.3,1.4 classsword_1_1_g_b_f_morph-members.html,1.3,1.4 classsword_1_1_g_b_f_morph.html,1.3,1.4 classsword_1_1_g_b_f_o_s_i_s-members.html,1.3,1.4 classsword_1_1_g_b_f_o_s_i_s.html,1.3,1.4 classsword_1_1_g_b_f_plain-members.html,1.3,1.4 classsword_1_1_g_b_f_plain.html,1.3,1.4 classsword_1_1_g_b_f_r_t_f-members.html,1.3,1.4 classsword_1_1_g_b_f_r_t_f.html,1.3,1.4 classsword_1_1_g_b_f_red_letter_words-members.html,1.2,1.3 classsword_1_1_g_b_f_red_letter_words.html,1.2,1.3 classsword_1_1_g_b_f_strongs-members.html,1.3,1.4 classsword_1_1_g_b_f_strongs.html,1.3,1.4 classsword_1_1_g_b_f_th_m_l-members.html,1.3,1.4 classsword_1_1_g_b_f_th_m_l.html,1.3,1.4 classsword_1_1_greek_lex_attribs-members.html,1.3,1.4 classsword_1_1_greek_lex_attribs.html,1.3,1.4 classsword_1_1_latin1_u_t_f16-members.html,1.3,1.4 classsword_1_1_latin1_u_t_f16.html,1.3,1.4 classsword_1_1_latin1_u_t_f8-members.html,1.3,1.4 classsword_1_1_latin1_u_t_f8.html,1.3,1.4 classsword_1_1_list_key-members.html,1.3,1.4 classsword_1_1_list_key.html,1.3,1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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
- Previous message: [sword-cvs] sword/doc sword-api.doxygen,1.9,1.10
- Next message: [sword-cvs] sword/doc/api-documentation/html _greek2_greek_8h-source.html,1.11,1.12 _greek_chars_8h-source.html,1.11,1.12 annotated.html,1.25,1.26 cdsourcemgr_8h-source.html,1.3,1.4 cipherfil_8h-source.html,1.11,1.12 classes.html,1.25,1.26 classsword_1_1_encoding_filter_mgr-members.html,1.3,1.4 classsword_1_1_encoding_filter_mgr.html,1.3,1.4 classsword_1_1_encoding_filter_mgr__inherit__graph.jpg,1.3,1.4 classsword_1_1_g_b_f_footnotes-members.html,1.3,1.4 classsword_1_1_g_b_f_footnotes.html,1.3,1.4 classsword_1_1_g_b_f_h_t_m_l-members.html,1.3,1.4 classsword_1_1_g_b_f_h_t_m_l.html,1.3,1.4 classsword_1_1_g_b_f_h_t_m_l__coll__graph.jpg,1.3,1.4 classsword_1_1_g_b_f_h_t_m_l__inherit__graph.jpg,1.3,1.4 classsword_1_1_g_b_f_h_t_m_l_h_r_e_f-members.html,1.3,1.4 classsword_1_1_g_b_f_h_t_m_l_h_r_e_f.html,1.3,1.4 classsword_1_1_g_b_f_h_t_m_l_h_r_e_f__coll__graph.jpg,1.3,1.4 classsword_1_1_g_b_f_h_t_m_l_h_r_e_f__inherit__graph.jpg,1.3,1.4 classsword_1_1_g_b_f_headings-members.html,1.3,1.4 classsword_1_1_g_b_f_headings.html,1.3,1.4 classsword_1_1_g_b_f_morph-members.html,1.3,1.4 classsword_1_1_g_b_f_morph.html,1.3,1.4 classsword_1_1_g_b_f_o_s_i_s-members.html,1.3,1.4 classsword_1_1_g_b_f_o_s_i_s.html,1.3,1.4 classsword_1_1_g_b_f_plain-members.html,1.3,1.4 classsword_1_1_g_b_f_plain.html,1.3,1.4 classsword_1_1_g_b_f_r_t_f-members.html,1.3,1.4 classsword_1_1_g_b_f_r_t_f.html,1.3,1.4 classsword_1_1_g_b_f_red_letter_words-members.html,1.2,1.3 classsword_1_1_g_b_f_red_letter_words.html,1.2,1.3 classsword_1_1_g_b_f_strongs-members.html,1.3,1.4 classsword_1_1_g_b_f_strongs.html,1.3,1.4 classsword_1_1_g_b_f_th_m_l-members.html,1.3,1.4 classsword_1_1_g_b_f_th_m_l.html,1.3,1.4 classsword_1_1_greek_lex_attribs-members.html,1.3,1.4 classsword_1_1_greek_lex_attribs.html,1.3,1.4 classsword_1_1_latin1_u_t_f16-members.html,1.3,1.4 classsword_1_1_latin1_u_t_f16.html,1.3,1.4 classsword_1_1_latin1_u_t_f8-members.html,1.3,1.4 classsword_1_1_latin1_u_t_f8.html,1.3,1.4 classsword_1_1_list_key-members.html,1.3,1.4 classsword_1_1_list_key.html,1.3,1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]