projects
/
javainspect.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
262375d
)
documentation update
author
Svjatoslav Agejenko
<svjatoslav@svjatoslav.eu>
Sat, 29 Jun 2013 08:35:05 +0000
(11:35 +0300)
committer
Svjatoslav Agejenko
<svjatoslav@svjatoslav.eu>
Sat, 29 Jun 2013 08:35:05 +0000
(11:35 +0300)
doc/index.html
patch
|
blob
|
history
diff --git
a/doc/index.html
b/doc/index.html
index
59f4863
..
f6c58d6
100644
(file)
--- a/
doc/index.html
+++ b/
doc/index.html
@@
-71,9
+71,10
@@
This software is distributed under <a
Following example produces graph for JavaInspect itself:
\r
\r
<pre>
\r
+
\r
<code>
\r
// Create graph
\r
-final
Graph graph = new
Graph();
\r
+final
ClassGraph graph = new Class
Graph();
\r
\r
// Add some object to the graph.
\r
graph.addObject(graph);
\r