mirror of
https://github.com/google/nomulus
synced 2026-07-20 23:12:40 +00:00
82e8641816
* Fix javadoc problems with SoyInfo and subprojects The *SoyInfo.java files generated by the soy compiler contain deprecation warnings with links to files that are not imported. This causes a javadoc warning. Temporarily fix this by replacing the link tags with "LINK". This also allows us to remove the exclusion of these files, which is a bit nicer. Also disable javadoc tasks from subprojects. These just break because they don't have access to the legacy javadoc classes in the root.