How to merge/crosslink Javadoc?

Posted by Tom Wheeler on Stack Overflow See other posts from Stack Overflow or by Tom Wheeler
Published on 2010-04-08T16:40:35Z Indexed on 2010/04/08 16:43 UTC
Read the original article Hit count: 258

Filed under:

If you have the standard Javadoc for a few different projects, how can you process them to create a single unified set of documentation in which everything is cross-linked? Ideally, the result would be similar to the documentation for the various modules in the NetBeans Platform:

http://bits.netbeans.org/dev/javadoc/index.html

but I've looked at their build scripts and they're predicated on you building everything from source. I'm looking for something which could also handle linking in Javadoc for third-party libraries, so I'd imagine it would need to be a post-processing operation.

I can't be the first person to ever want this. Any ideas?

© Stack Overflow or respective owner

Related posts about javadoc