From: Svjatoslav Agejenko Date: Fri, 6 Mar 2015 22:10:53 +0000 (+0200) Subject: minor documentation update X-Git-Tag: javainspect-1.5~7 X-Git-Url: http://www2.svjatoslav.eu/gitweb/?p=javainspect.git;a=commitdiff_plain;h=92e7df28bd9624ce5d35fac41e7f06f7d23d9217 minor documentation update --- diff --git a/doc/index.html b/doc/index.html index 767065e..4c426bf 100644 --- a/doc/index.html +++ b/doc/index.html @@ -4,7 +4,7 @@ JavaInspect - Utility to visualize java software - + @@ -149,6 +149,7 @@ for the JavaScript code in this tag.
  • 4. Embedding JavaInspect in your Maven project
  • @@ -397,6 +398,18 @@ Result: + +
    +

    3.3 example 3: GraphViz embedded in another project

    +
    +
      +
    1. Download project Sixth code snapshot. +
    2. +
    3. Inspect and run DataGraph.java. +
    4. +
    +
    +
    @@ -494,7 +507,7 @@ project build/release process

    Author: Svjatoslav Agejenko

    -

    Created: 2015-03-03 Tue 22:38

    +

    Created: 2015-03-07 Sat 00:10

    Emacs 24.4.1 (Org mode 8.2.10)

    Validate

    diff --git a/doc/index.org b/doc/index.org index 728fff7..8fec2b9 100644 --- a/doc/index.org +++ b/doc/index.org @@ -141,33 +141,37 @@ graph.generateGraph("JavaInspect full project"); Result: - Generated PNG image: [[file:JavaInspect%20full%20project.png][JavaInspect full project.png]] +** example 3: GraphViz embedded in another project +1. Download project Sixth [[http://www2.svjatoslav.eu/gitweb/?p=sixth.git;a=snapshot;h=HEAD;sf=tgz][code snapshot]]. +2. Inspect and run *DataGraph.java*. + * Embedding JavaInspect in your Maven project Declare JavaInspect as dependency: #+BEGIN_SRC xml - - ... - - eu.svjatoslav - javainspect - 1.5-SNAPSHOT - - ... - + + ... + + eu.svjatoslav + javainspect + 1.5-SNAPSHOT + + ... + #+END_SRC Add Maven repository to retrieve artifact from: #+BEGIN_SRC xml - - ... - - svjatoslav.eu - Svjatoslav repository - http://www2.svjatoslav.eu/maven/ - - ... - + + ... + + svjatoslav.eu + Svjatoslav repository + http://www2.svjatoslav.eu/maven/ + + ... + #+END_SRC * Requirements