DOC

top.marchand.xml.saxon.extension : highlight

Maven & Gradle

Sep 18, 2020
5 stars

Highlight JS Extension Function · A Saxon extension function that convert source code to an hilighted html view of this source code. It uses highlight.js behind the scene. https://highlightjs.org/ It requires Java 11 at least. It requires Saxon 10 at least.

Table Of Contents

Latest Version

Download top.marchand.xml.saxon.extension : highlight Javadoc & API Documentation - Latest Versions:

All Versions

Download top.marchand.xml.saxon.extension : highlight Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.01.x
1.00.x

How to open Javadoc JAR file in web browser

  1. Rename the file highlight-1.01.00-javadoc.jar to highlight-1.01.00-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder highlight-1.01.00-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "highlight-1.01.00-sources.jar" -d "highlight-1.01.00-javadoc" -subpackages