Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#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 Nicklas Nordborg, 5 years ago

Resolution: fixed
Status: newclosed

In 7704:

Fixes #2173: The "Search" function in the javadoc leads to incorrect URLs

comment:2 by Nicklas Nordborg, 5 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.