function indexFilesLoaded()

in javadocAggregate/script.js [193:199]


function indexFilesLoaded() {
    return moduleSearchIndex
        && packageSearchIndex
        && typeSearchIndex
        && memberSearchIndex
        && tagSearchIndex;
}