diff truffle/com.oracle.truffle.api/src/com/oracle/truffle/api/instrument/Visualizer.java @ 22259:1348cc2e084e

Truffle/Instrumentation: javadoc
author Michael Van De Vanter <michael.van.de.vanter@oracle.com>
date Mon, 28 Sep 2015 12:34:51 -0700
parents dc83cc1f94f2
children
line wrap: on
line diff
--- a/truffle/com.oracle.truffle.api/src/com/oracle/truffle/api/instrument/Visualizer.java	Mon Sep 28 11:27:48 2015 -0700
+++ b/truffle/com.oracle.truffle.api/src/com/oracle/truffle/api/instrument/Visualizer.java	Mon Sep 28 12:34:51 2015 -0700
@@ -29,9 +29,9 @@
 import com.oracle.truffle.api.nodes.Node;
 
 /**
- * Visualization services for the benefit of instrumentation-based tools, possibly specialized for
- * each guest language and possibly specialized for relevant information from the underlying Truffle
- * implementation.
+ * Visualization services for the benefit of {@linkplain Instrumenter Instrumentation-based} tools,
+ * possibly specialized for each guest language and possibly specialized for relevant information
+ * from the underlying Truffle implementation.
  * <p>
  * <strong>Disclaimer:</strong> experimental interface under development.
  */
@@ -61,7 +61,7 @@
 
     /**
      * Converts a value in the guest language to a display string. If
-     * 
+     *
      * @param trim if {@code > 0}, them limit size of String to either the value of trim or the
      *            number of characters in the first line, whichever is lower.
      */