[sword-cvs] sword/doc sword-api.doxygen,1.10,1.11

sword@www.crosswire.org sword@www.crosswire.org
Fri, 28 Feb 2003 06:13:10 -0700


Update of /usr/local/cvsroot/sword/doc
In directory www:/tmp/cvs-serv420/doc

Modified Files:
	sword-api.doxygen 
Log Message:
updates to the api-documentation; doc syntax errors fixed. minor 
additions to the docs.


Index: sword-api.doxygen
===================================================================
RCS file: /usr/local/cvsroot/sword/doc/sword-api.doxygen,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** sword-api.doxygen	13 Feb 2003 20:04:34 -0000	1.10
--- sword-api.doxygen	28 Feb 2003 13:12:38 -0000	1.11
***************
*** 1,3 ****
! # Doxyfile 1.2.13-20020210
  
  #---------------------------------------------------------------------------
--- 1,3 ----
! # Doxyfile 1.3-rc3
  
  #---------------------------------------------------------------------------
***************
*** 14,17 ****
--- 14,19 ----
  HIDE_UNDOC_MEMBERS     = NO
  HIDE_UNDOC_CLASSES     = YES
+ HIDE_FRIEND_COMPOUNDS  = NO
+ HIDE_IN_BODY_DOCS      = NO
  BRIEF_MEMBER_DESC      = YES
  REPEAT_BRIEF           = YES
***************
*** 21,25 ****
  STRIP_FROM_PATH        = 
  INTERNAL_DOCS          = NO
- STRIP_CODE_COMMENTS    = YES
  CASE_SENSE_NAMES       = NO
  SHORT_NAMES            = NO
--- 23,26 ----
***************
*** 38,41 ****
--- 39,43 ----
  GENERATE_TESTLIST      = YES
  GENERATE_BUGLIST       = YES
+ GENERATE_DEPRECATEDLIST= YES
  ALIASES                = 
  ENABLED_SECTIONS       = 
***************
*** 48,53 ****
  #---------------------------------------------------------------------------
  QUIET                  = YES
! WARNINGS               = YES
  WARN_IF_UNDOCUMENTED   = NO
  WARN_FORMAT            = "$file:$line: $text"
  WARN_LOGFILE           = 
--- 50,56 ----
  #---------------------------------------------------------------------------
  QUIET                  = YES
! WARNINGS               = NO
  WARN_IF_UNDOCUMENTED   = NO
+ WARN_IF_DOC_ERROR      = YES
  WARN_FORMAT            = "$file:$line: $text"
  WARN_LOGFILE           = 
***************
*** 77,80 ****
--- 80,84 ----
  SOURCE_BROWSER         = NO
  INLINE_SOURCES         = NO
+ STRIP_CODE_COMMENTS    = YES
  REFERENCED_BY_RELATION = YES
  REFERENCES_RELATION    = YES
***************
*** 139,146 ****
--- 143,159 ----
  #---------------------------------------------------------------------------
  GENERATE_XML           = NO
+ XML_SCHEMA             = 
+ XML_DTD                = 
  #---------------------------------------------------------------------------
  # configuration options for the AutoGen Definitions output
  #---------------------------------------------------------------------------
  GENERATE_AUTOGEN_DEF   = NO
+ #---------------------------------------------------------------------------
+ # configuration options related to the Perl module output
+ #---------------------------------------------------------------------------
+ GENERATE_PERLMOD       = NO
+ PERLMOD_LATEX          = NO
+ PERLMOD_PRETTY         = YES
+ PERLMOD_MAKEVAR_PREFIX = 
  #---------------------------------------------------------------------------
  # Configuration options related to the preprocessor