Update of /cvsroot/javaprofiler/library/doc/native
In directory usw-pr-cvs1:/tmp/cvs-serv12170/doc/native
Modified Files:
doc_html.conf doc_latex.conf
Log Message:
some parts completely rewritten;
changes in communication interface to make it faster;
ported to linux
Index: doc_html.conf
===================================================================
RCS file: /cvsroot/javaprofiler/library/doc/native/doc_html.conf,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** doc_html.conf 2001/09/27 10:07:29 1.2
--- doc_html.conf 2001/11/21 22:31:52 1.3
***************
*** 666,670 ****
# omitted =1 is assumed.
! PREDEFINED =
# If the MACRO_EXPANSION and EXPAND_PREDEF_ONLY tags are set to YES then
--- 666,670 ----
# omitted =1 is assumed.
! PREDEFINED = USE_RAW_MONITORS USE_ALLOCATOR
# If the MACRO_EXPANSION and EXPAND_PREDEF_ONLY tags are set to YES then
Index: doc_latex.conf
===================================================================
RCS file: /cvsroot/javaprofiler/library/doc/native/doc_latex.conf,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** doc_latex.conf 2001/09/25 18:57:56 1.1
--- doc_latex.conf 2001/11/21 22:31:52 1.2
***************
*** 666,670 ****
# omitted =1 is assumed.
! PREDEFINED =
# If the MACRO_EXPANSION and EXPAND_PREDEF_ONLY tags are set to YES then
--- 666,670 ----
# omitted =1 is assumed.
! PREDEFINED = USE_RAW_MONITORS USE_ALLOCATOR
# If the MACRO_EXPANSION and EXPAND_PREDEF_ONLY tags are set to YES then
|