Closed (outdated)
Project:
Drupal core
Version:
8.9.x-dev
Component:
other
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
7 Oct 2012 at 04:10 UTC
Updated:
18 Jul 2021 at 05:32 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
lars toomre commentedHere is an initial untested patch for this issue. Let's see what the testbot thinks.
Comment #2
robloachLooks reasonable. Think we should do a run through of the other files too?
Comment #3
lars toomre commentedYes, we probably should but the thought of opening up and checking each and every file in drupal core is overwhelming.
Are you aware of some tool or script that we could use that could identify all php files that do NOT start with?
That list of files would be the ones we need to address.
Comment #4
jhodgdonThe easiest way to find which files do not have @file directives would be to go to api.drupal.org, click on "Files" in the sidebar navigation, and scan the list for ones that don't have descriptions. Although api.d.o may not be totally up to date, it should get you 90% there at least
Comment #5
jhodgdonHowever, missing @file blocks should be taken care of anyway in the "Clean up API docs" issues, so I wouldn't think we need to scan every file for them on this issue.
Comment #6
jhodgdonAlso, this looks like it's changing both code and documentation, so changing component.
Comment #17
quietone commentedThis is now outdated and now that Committer checks added to DrupalCI tests for Drupal Core has happened there should be no regression.
Therefore, closing as outdated. If this is incorrect reopen the issue, by setting the status to 'Active', and add a comment explaining what still needs to be done.
Thanks!