About Javadoc-NG

Missing features

  • Use package descriptions from package.html
  • Display type parameters / generics correctly
  • Support documentation inheritance from supertypes/implemented interfaces
  • Display 'all known implementing classes'
  • Display 'direct known subclasses'
  • Features we think might make sense

  • List of classes by authors
  • Link between different version of the same class within a library
  • Changelog

    Version 0.0.2

  • Implement package grouping, i.e. understand the -group feature of javadoc (see example)
  • Add package tree for navigation
  • Use package descriptions from package-info.java
  • Group types on package summary by type (interfaces, classes, enums, annotations, exceptions)
  • Add implicit enum methods generated by the compiler (values() and valueOf())
  • Version 0.0.1

  • Initial version with basic features
  • Bootstrap 4 based layout
  • Class and method search with fuzzy matching based on ngrams