Update of /cvsroot/openvrml/openvrml/doc
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv14249/doc
Modified Files:
Tag: OpenVRML-0_16-BRANCH
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.23.2.3
retrieving revision 1.23.2.4
diff -C2 -d -r1.23.2.3 -r1.23.2.4
*** Doxyfile 30 Dec 2006 23:37:07 -0000 1.23.2.3
--- Doxyfile 6 Mar 2007 07:28:29 -0000 1.23.2.4
***************
*** 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= \
|