Closed (fixed)
Project:
Drupal core
Version:
8.3.x-dev
Component:
documentation
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
17 Oct 2016 at 09:10 UTC
Updated:
8 Nov 2016 at 18:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
shashikant_chauhan commentedadding patch.
Comment #3
joachim commentedPerfect! Thanks!
Comment #4
cilefen commentedComment #5
alexpottThis should be adding an @see to the class instead of changing the comment.
Comment #6
shashikant_chauhan commentedadded @see to class.
Comment #7
joachim commentedOur docs are a mixture of both styles, and the standards don't say which is right, so fair enough.
Comment #8
alexpottCommitted and pushed e0463d0 to 8.3.x and 2718176 to 8.2.x. Thanks!
@joachim yep our docs are a mix but adding the @see means that IDEs will also link it and make it clickable whilst just putting it in the comment that does not work. Plus sometimes the fully qualified class name is longer than 80 characters so doing it this way fixes that too. Plus I find the comment more readable by humans :)