Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8178830

standard doclet: -javafx option should be unhidden

    • b167
    • Verified

        This should be a documented option.

                    new Hidden(resources, "-javafx") {
                        @Override
                        public boolean process(String opt, List<String> args) {
                            javafx = true;
                            return true;
                        }
                    },

              ksrini Kumar Srinivasan
              jjg Jonathan Gibbons
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: