mirror of
https://github.com/google/nomulus
synced 2026-01-09 23:47:49 +00:00
* 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.