I need to put a corporate logo at the top of every JavaDoc page. I'm trying to use the -top option, but don't know how to code the image path -- the path is always relative to the package sub-directory. I don't want to put the same image file in every package sub-directory.
javadoc -top '' is what I've tried but the image (which is in the root of the javadoc tree) only shows up on the index page.
Edit: Unfortunately, this is going to be distributed as a ZIP and we won't be able to access the logo via a URL.