From b67e91ccf1ba7ce824496d9a09b43c2c3b4c7fbc Mon Sep 17 00:00:00 2001 From: Patrik Reali Date: Thu, 27 Jan 2005 07:57:14 +0000 Subject: 2005-01-27 Patrik Reali * doc/www.gnu.org/faq/faq.wml: current command to generate doc added to the faq --- doc/www.gnu.org/faq/faq.wml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'doc/www.gnu.org/faq/faq.wml') diff --git a/doc/www.gnu.org/faq/faq.wml b/doc/www.gnu.org/faq/faq.wml index 440706629..2164bbef1 100644 --- a/doc/www.gnu.org/faq/faq.wml +++ b/doc/www.gnu.org/faq/faq.wml @@ -480,6 +480,22 @@ crashes then make sure that your java source files don't contain such entities. +Alternatively, you may also try the following command (the one used to generate the doc on ): + +$(GJDOC) -public -use \ + -sourcepath "$(sourcepath)" \ + -encoding UTF-8 \ + -breakiterator \ + -licensetext \ + -linksource \ + -splitindex \ + -d html \ + -doctitle "GNU Classpath $(VERSION)" \ + -windowtitle "GNU Classpath $(VERSION) Documentation" \ + -header $(classpathbox) -footer $(classpathbox) \ + -subpackages java:javax:org + + -- cgit v1.2.1