Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
documentation
Priority:
Normal
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
2 Jul 2014 at 20:00 UTC
Updated:
24 Aug 2014 at 22:20 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
gauravkhambhala commentedComment #2
gauravkhambhala commented@jhodgdon Could you point out how to refer mark.html.twig in the documentation?
Comment #3
jhodgdonYes: Just put the file name into the documentation, such as:
This something something uses the mark.html.twig file something something.
Comment #4
gauravkhambhala commentedThank you @jhodgdon for the tips. Added @see reference as well. Here is the patch.
Comment #5
jhodgdonOK... We probably don't really need the @see lines, because both the function and the Twig file are mentioned in the previous line?
If you feel the @see lines are a good idea, there needs to be a space between the text and those @see lines.
So, either add a blank line or just take them out... your choice, either way is fine! Thanks!
Comment #6
gauravkhambhala commentedAdded line in between. Please review.
Comment #7
jhodgdonLooks good to me, thanks!
Comment #8
alexpottCommitted 6f9cead and pushed to 8.0.x. Thanks!