classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] FYI: Use default gjdoc visibility rules


From: Mark Wielaard
Subject: [cp-patches] FYI: Use default gjdoc visibility rules
Date: Sun, 06 Feb 2005 01:45:47 +0100

Hi,

As pointed out by Brian we should have protected classes and members in
our generated documentation. This is actually the default for gjdoc. But
I somehow added -public to the flags. This patch removes that.

2005-02-06  Mark Wielaard  <address@hidden>

       * doc/api/Makefile.am (create_html): Remove gjdoc -public flag.

Committed.

Regenerated and added the new documentation on
http://developer.classpath.org/doc/ 

Cheers,

Mark

--- doc/api/Makefile.am 5 Feb 2005 19:27:57 -0000       1.14
+++ doc/api/Makefile.am 5 Feb 2005 23:06:36 -0000
@@ -34,7 +34,8 @@

 create_html:
        -$(MKDIR) html > /dev/null 2>&1
-       $(GJDOC) -public -use \
+       $(GJDOC) \
+       -use \
        -sourcepath "$(sourcepath)" \
        -encoding UTF-8 \
        -breakiterator \

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]