Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
2 Jan 2010 at 11:28 UTC
Updated:
2 Nov 2010 at 11:53 UTC
Jump to comment: Most recent file
Comments
Comment #1
joachim commentedComment #2
dawehnerThats fine.
Comment #3
merlinofchaos commentedTechnically I think nothing even needs to be after @file and there shold be nothing there. I am pretty sure I misunderstood @file back when I got started and lots of that has propagated forward.
Comment #4
merlinofchaos commentedCommitted to 6.x-3.x.
However, I think we should grep for @file and make sure this is proper in all files. @file should not have anything on the line with it.
Comment #5
dawehnerjust a mark for myself, this wasn't commited to 7.x
Comment #6
dawehnerThis is commited now to d7.
Comment #7
iamjon commentedMarking as closed
Comment #8
joachim commented> @file should not have anything on the line with it.
I always find it rather useful to have the filename there, so I can quickly grab the module basename when writing a function.