Update of /cvsroot/javaprofiler/library
In directory usw-pr-cvs1:/tmp/cvs-serv17653
Modified Files:
README
Log Message:
changes in doc
Index: README
===================================================================
RCS file: /cvsroot/javaprofiler/library/README,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -r1.25 -r1.26
*** README 2001/09/23 16:55:27 1.25
--- README 2001/09/25 18:57:55 1.26
***************
*** 43,47 ****
sources are supported).
! * Microsoft Windows NT4/2000
* Microsoft Windows 9x
* SunOS 5.8
--- 43,47 ----
sources are supported).
! * Microsoft Windows NT4.0/2000
* Microsoft Windows 9x
* SunOS 5.8
***************
*** 56,60 ****
of GNU C/C++.
! * Visual C/C++ 6.0
* Borland C/C++ 5.5.1
* GNU C/C++ 3.0
--- 56,60 ----
of GNU C/C++.
! * Microsoft Visual C/C++ 6.0
* Borland C/C++ 5.5.1
* GNU C/C++ 3.0
***************
*** 73,79 ****
classes, methods and class members are well-documented. For creating
of project documentation in HTML (or PDF) format, DOXYGEN (for C++
! and/or Java sources) is used.
* Doxygen 1.2.10
Data flows, schemes and relations between structures are described
--- 73,80 ----
classes, methods and class members are well-documented. For creating
of project documentation in HTML (or PDF) format, DOXYGEN (for C++
! and/or Java sources) is used. GRAPHVIZ generates graphs for HTML doc.
* Doxygen 1.2.10
+ * Graphviz 1.7.3
Data flows, schemes and relations between structures are described
***************
*** 208,211 ****
--- 209,218 ----
where $(MAKE) is appropriate "make" program for given platform/compiler
+
+
+ 5.4 Appendices
+
+ Graphviz executables must be in your PATH to generate HTML documentation
+ correctly. See PATH variable for Win32/UNIX platforms.
|