Skip to content

Commit

Permalink
improved javadoc to link to Jansi native
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy committed Apr 15, 2018
1 parent 1e0f706 commit 2a505ba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions jansi/src/main/java/org/fusesource/jansi/AnsiConsole.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,14 @@
import java.util.Locale;

/**
* Provides consistent access to an ANSI aware console PrintStream.
* Provides consistent access to an ANSI aware console PrintStream or an ANSI codes stripping PrintStream
* if not on a terminal (see
* <a href="http://fusesource.github.io/jansi/documentation/native-api/index.html?org/fusesource/jansi/internal/CLibrary.html">Jansi native isatty(int)</a>).
*
* @author <a href="http://hiramchirino.com">Hiram Chirino</a>
* @since 1.0
* @see #wrapPrintStream(PrintStream, int) wrapPrintStream(PrintStream, int) for more details on ANSI mode selection
* @see #systemInstall()
* @see #wrapPrintStream(PrintStream, int) wrapPrintStream(PrintStream, int) for more details on ANSI mode selection
*/
public class AnsiConsole {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@

/**
* A Windows ANSI escape processor, that uses JNA to access native platform
* API's to change the console attributes.
* API's to change the console attributes (see
* <a href="http://fusesource.github.io/jansi/documentation/native-api/index.html?org/fusesource/jansi/internal/Kernel32.html">Jansi native Kernel32</a>).
*
* @since 1.7
* @author <a href="http://hiramchirino.com">Hiram Chirino</a>
Expand Down

0 comments on commit 2a505ba

Please sign in to comment.