// $Id: views_plugin_query.inc,v 1.1.2.5 2009/12/28 21:34:25 merlinofchaos Exp $
/**
 * @file views_plugin_query_default.inc

Spot the difference!

CommentFileSizeAuthor
#1 672462.views_.file-header.patch672 bytesjoachim

Comments

joachim’s picture

Status: Active » Needs review
StatusFileSize
new672 bytes
dawehner’s picture

Status: Needs review » Reviewed & tested by the community

Thats fine.

merlinofchaos’s picture

Technically 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.

merlinofchaos’s picture

Category: bug » task
Status: Reviewed & tested by the community » Active

Committed 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.

dawehner’s picture

just a mark for myself, this wasn't commited to 7.x

dawehner’s picture

This is commited now to d7.

iamjon’s picture

Status: Active » Closed (fixed)

Marking as closed

joachim’s picture

> @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.