From cf7ef501ad2a629635ddf5af2c2c36eba6864a20 Mon Sep 17 00:00:00 2001
From: Pieter Frenssen <pieter@frenssen.be>
Date: Thu, 22 Mar 2012 18:36:30 +0100
Subject: [PATCH] Issue #1494616 by pfrenssen: File descriptions wrong or missing.

---
 view_unpublished.module                         |    3 +--
 view_unpublished_handler_filter_node_status.inc |    5 +++++
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/view_unpublished.module b/view_unpublished.module
index d7d3470..f4e6cdf 100644
--- a/view_unpublished.module
+++ b/view_unpublished.module
@@ -3,8 +3,7 @@
 
 /**
  * @file
- * This is the file description for View Unpublished module.
- *
+ * Main functions and hook implementations of the View Unpublished module.
  */
 
 /**
diff --git a/view_unpublished_handler_filter_node_status.inc b/view_unpublished_handler_filter_node_status.inc
index 35c7898..d277a13 100644
--- a/view_unpublished_handler_filter_node_status.inc
+++ b/view_unpublished_handler_filter_node_status.inc
@@ -1,6 +1,11 @@
 <?php
 
 /**
+ * @file
+ * Provides integration with the Views module.
+ */
+
+/**
  * Filter by view all unpublished permissions granted by view_unpublished
  * Takes over the Published or Admin filter query.
  */
-- 
1.7.4.1

