[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12689767#action_12689767
 ] 

Patrick Hunt commented on ZOOKEEPER-353:
----------------------------------------

I think this is the case from looking at the patch but wanted to verify:

javadoc target will only include javadoc on "user public" apis?
  ie the limited subset of classes that we expose to users directly, the 
programming api etc...

while javadoc-dev will include javadoc on all (public) apis?


> javadoc warnings needs to be fixed 
> -----------------------------------
>
>                 Key: ZOOKEEPER-353
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-353
>             Project: Zookeeper
>          Issue Type: Sub-task
>            Reporter: Giridharan Kesavan
>            Assignee: Giridharan Kesavan
>         Attachments: ZK-353.patch
>
>
> [javadoc] 
> /.../SOMETHING/trunk/src/java/generated/org/apache/zookeeper/server/quorum/QuorumPacket.java:46:
>  cannot find symbol
>   [javadoc] symbol  : class OutputArchive
>   [javadoc] location: class org.apache.zookeeper.server.quorum.QuorumPacket
>   [javadoc]   public void serialize(OutputArchive a_, String tag) throws 
> java.io.IOException {
>   [javadoc]                         ^
>   [javadoc] 
> /.../SOMETHING/trunk/src/java/generated/org/apache/zookeeper/server/quorum/QuorumPacket.java:63:
>  cannot find symbol
>   [javadoc] symbol  : class InputArchive
>   [javadoc] location: class org.apache.zookeeper.server.quorum.QuorumPacket
>   [javadoc]   public void deserialize(InputArchive a_, String tag) throws 
> java.io.IOException {
>   [javadoc]                           ^
>   [javadoc] Building index for all the packages and classes...
>   [javadoc] Building index for all classes...
>   [javadoc] Generating /.../SOMETHING/trunk/build/docs/api/stylesheet.css...
>   [javadoc] 4 errors
>   [javadoc] 124 warnings

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to