Closed (duplicate)
Project:
Drupal core
Version:
8.9.x-dev
Component:
documentation
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Dec 2019 at 04:56 UTC
Updated:
24 Jan 2020 at 09:57 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
hardik_patel_12 commentedKindly follow a new patch
Comment #3
hardik_patel_12 commentedComment #4
shimpyThis patch #2 applied cleanly . Looks great.
Comment #5
alexpottThere's also
// @see BrowserTestBase::initFrontPage()@see Drupal\Component\Utility\Html::escape()and plenty more.
I've tried to think if we could come up with a generic rule for coder to check and it's pretty tricky because @see can also link to URLs and global functions and vendor code or even code that might only optionally exist.
I think if this issue made an attempt to clean up core then I'd be inclined to commit it and move on but doing 3 out of 200 odd I found by doing a case sensitive grep for
\@see [A-Z]doesn't feel like enough.Comment #6
avpaderno@alexpott Before this issue, I opened #3102478: [PP-1] @see tags don't use fully qualified class/interface names where I stated The same issue is probably present in more files. If it's preferable to get a single issue for this, should not this issue be closed as duplicated?
Comment #7
hardik_patel_12 commentedKindly review a new patch.
Comment #8
hardik_patel_12 commentedComment #9
hardik_patel_12 commentedKindly review a new patch.
Comment #10
alexpott@kiamlaluno you're right this issue is a duplicate of #3102478: [PP-1] @see tags don't use fully qualified class/interface names.
@Hardik_Patel_12 can you collaborate on the pre-existing issue. Thanks!