#2173 closed defect (fixed)
The "Search" function in the javadoc leads to incorrect URLs
Reported by: | Nicklas Nordborg | Owned by: | everyone |
---|---|---|---|
Priority: | major | Milestone: | BASE 3.15.1 |
Component: | documentation | Version: | |
Keywords: | Cc: |
Description
For example when searching for the DbControl
class the search function redirects to http://base.thep.lu.se/chrome/site/latest/api/undefined/net/sf/basedb/core/DbControl.html
Notice the undefined
directory in the middle of the URL!
To get rid of this it seems like we need to specify --no-module-directories
to the javadoc tool.
Change History (2)
comment:1 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 6 years ago
I have also updated the documentation on http://base.thep.lu.se/chrome/site/latest/api/index.html
Note:
See TracTickets
for help on using tickets.
In 7704: