I define in Project Properties->Paths->JavaDoc API Paths all path that I needed to link them. But then I generate JavaDocs by IntelliJ this path ignored and, for example String - is not link - typed just java.lang.String.
In ANT if I generate and define all them paths - docs all right.
How I can do it?
