plsqldoc - link to a function

  • Thread starter Thread starter NK
  • Start date Start date

NK

Member²
Docs indicate that this is the way you link to a function in a package:

-- A link to the {%link GameService_Pkg.getArchivedCompletedGameInfo getArchivedCompletedGameInfo} function defined in {%link GameService_Pkg}.
(But the 1st plsqldoc link doesn't work)

Doing it this way works:

-- A link to the {%link GameService_Pkg.html#getArchivedCompletedGameInfo getArchivedCompletedGameInfo} function defined in {%link GameService_Pkg}.

Is this a bug, or is the 2nd method the right way to link to a function?
 
This would seem like a bug. The package and element names should be separated by a dot. We'll fix it.
 
Back
Top