/classic-javadoc-stylesheet

A stylesheet which changes javadoc of after Java7 to the old style of Java6.

Primary LanguageCSSOtherNOASSERTION

A stylesheet which changes javadoc of after Java7 to the old style of Java6.

Usage

When create new javadoc

javadoc -stylesheetfile classic-stylesheet.css ... 

In the case of existing javadoc

replace css

  1. rename classic-stylesheet.css to stylesheet.css
  2. overwrite in existing stylesheet.css

and this bookmarklet is possible to change the style too.

javascript:(function(){[packageListFrame,packageFrame,classFrame].forEach(function(a){a.document.getElementsByTagName("link")[0].href="https://junk-box.appspot.com/stylesheet/classic-javadoc-stylesheet/classic-stylesheet.css"})})();

License

Classic Javadoc StyleSheet is licensed under the MIT License.