Closed (fixed)
Project:
Drupal core
Version:
9.3.x-dev
Component:
documentation
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
27 Jan 2019 at 21:59 UTC
Updated:
22 Nov 2021 at 14:19 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #4
quietone commentedI compared view.api.php with other api.php files and looked at
@defgroup, @addtogroup, @ingroup, @{, @}: Groups and topics and I think this can be removed. iIt doesn't seem to offer any value to the documentation.
Not running tests because this is a doc only change.
Comment #5
joachim commentedLGTM.
Comment #6
alexpottThis looks like a hang-over from the D7 views module when it is not part of core. The views hooks are now listed on the core hooks page which make sense to me - see https://api.drupal.org/api/drupal/core%21core.api.php/group/hooks/9.2.x
We should also remove the final
So the number of closing and opening API tags are the same.
Comment #7
quietone commentedAh, I should have seen that.
Comment #8
joachim commentedComment #11
catchCommitted/pushed to 9.4.x and cherry-picked to 9.3.x, thanks!