DOC

org.jetbrains.intellij.plugins : structure-toolbox

Maven & Gradle

Aug 08, 2023
168 stars

JetBrains Plugins Structure Toolbox · Library for parsing JetBrains Toolbox plugins. Can be used to verify that plugin complies with JetBrains Marketplace requirements.

Table Of Contents

Latest Version

Download org.jetbrains.intellij.plugins : structure-toolbox Javadoc & API Documentation - Latest Versions:

All Versions

Download org.jetbrains.intellij.plugins : structure-toolbox Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
3.260
3.259
3.258
3.257
3.256
3.253
3.252
3.251

How to open Javadoc JAR file in web browser

  1. Rename the file structure-toolbox-3.260-javadoc.jar to structure-toolbox-3.260-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder structure-toolbox-3.260-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 "structure-toolbox-3.260-sources.jar" -d "structure-toolbox-3.260-javadoc" -subpackages