Update of /cvsroot/openvrml/openvrml/doc
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv14274/doc
Modified Files:
Doxyfile
Log Message:
Set SHOW_INCLUDE_FILES to YES; required to show what header file a class is defined in.
Index: Doxyfile
===================================================================
RCS file: /cvsroot/openvrml/openvrml/doc/Doxyfile,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** Doxyfile 30 Dec 2006 23:37:43 -0000 1.26
--- Doxyfile 6 Mar 2007 07:28:42 -0000 1.27
***************
*** 46,50 ****
CASE_SENSE_NAMES = YES
HIDE_SCOPE_NAMES = NO
! SHOW_INCLUDE_FILES = NO
INLINE_INFO = YES
SORT_MEMBER_DOCS = NO
--- 46,50 ----
CASE_SENSE_NAMES = YES
HIDE_SCOPE_NAMES = NO
! SHOW_INCLUDE_FILES = YES
INLINE_INFO = YES
SORT_MEMBER_DOCS = NO
***************
*** 190,193 ****
--- 190,194 ----
INCLUDE_FILE_PATTERNS =
PREDEFINED = BOOST_CLASS_REQUIRE(a,b,c)= \
+ OPENVRML_ENABLE_RENDER_TEXT_NODE= \
OPENVRML_API= \
OPENVRML_LOCAL= \
|