Update of /cvsroot/javaprofiler/library/doc/interface
In directory usw-pr-cvs1:/tmp/cvs-serv6750/doc/interface
Modified Files:
doc.conf
Log Message:
documentation to IProf interface added
Index: doc.conf
===================================================================
RCS file: /cvsroot/javaprofiler/library/doc/interface/doc.conf,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** doc.conf 2001/09/18 22:19:28 1.1
--- doc.conf 2001/09/23 16:50:14 1.2
***************
*** 175,179 ****
# explict @brief command for a brief description.
! JAVADOC_AUTOBRIEF = NO
# If the INHERIT_DOCS tag is set to YES (the default) then an undocumented
--- 175,179 ----
# explict @brief command for a brief description.
! JAVADOC_AUTOBRIEF = YES
# If the INHERIT_DOCS tag is set to YES (the default) then an undocumented
***************
*** 186,190 ****
# is inserted in the documentation for inline members.
! INLINE_INFO = YES
# If the SORT_MEMBER_DOCS tag is set to YES (the default) then doxygen
--- 186,190 ----
# is inserted in the documentation for inline members.
! INLINE_INFO = NO
# If the SORT_MEMBER_DOCS tag is set to YES (the default) then doxygen
|