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?
-- 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?