Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
documentation
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Jan 2016 at 20:44 UTC
Updated:
17 Feb 2016 at 18:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
eojthebraveAnd, here's a patch with the change.
Comment #3
jhodgdonThanks! I think we would actually be better off linking to
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Language!language...
which would look something like
Comment #4
eojthebraveHere's a new patch using "@link i18n Localization API. @endlink" instead, and re-warping the comment to 80 chars.
Comment #5
jhodgdonIt looks like the @link ... @endlink would fit on the previous line?
I like the idea of warping comments. ;)
Comment #6
eojthebraveYou, see, that comment was warped. But now it's properly wrapped. :)
Comment #7
jhodgdonLooks good, thanks!
Comment #8
alexpottI think there are too many fullstops. I think the one after
APIis not necessary.Comment #9
jhodgdonYeah, I think we should take out the one after @endlink -- sorry I didn't notice the duplication.
Comment #10
imalabyaAdded an updated patch with the above comment.
Comment #11
jhodgdonThis latest patch is missing a lot from the earlier patch. Looks like it's more like an interdiff? We need a full patch. Thanks!
Comment #12
imalabyaHi @jhodgdon, sorry for the confusion. I was too quick. Have added the complete patch with the updates. Hope this is good.
Comment #13
imalabyaComment #14
jhodgdonThanks!
Comment #16
alexpottCommitted 5b912b4 and pushed to 8.0.x and 8.1.x. Thanks!