From ae45007edaa7e6d72f10a30a02548edb34ab3bfa Mon Sep 17 00:00:00 2001
From: Anika Henke <anika@selfthinker.org>
Date: Sat, 28 Jul 2012 10:35:25 +0100
Subject: [PATCH] added missing phpdoc header to included template files

---
 lib/tpl/dokuwiki/tpl_footer.php | 4 ++++
 lib/tpl/dokuwiki/tpl_header.php | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/lib/tpl/dokuwiki/tpl_footer.php b/lib/tpl/dokuwiki/tpl_footer.php
index 1b31e3323..3a2e3d121 100644
--- a/lib/tpl/dokuwiki/tpl_footer.php
+++ b/lib/tpl/dokuwiki/tpl_footer.php
@@ -1,4 +1,8 @@
 <?php
+/**
+ * Template footer, included in the main and detail files
+ */
+
 // must be run from within DokuWiki
 if (!defined('DOKU_INC')) die();
 ?>
diff --git a/lib/tpl/dokuwiki/tpl_header.php b/lib/tpl/dokuwiki/tpl_header.php
index 5b2f806a8..0704aa271 100644
--- a/lib/tpl/dokuwiki/tpl_header.php
+++ b/lib/tpl/dokuwiki/tpl_header.php
@@ -1,4 +1,8 @@
 <?php
+/**
+ * Template header, included in the main and detail files
+ */
+
 // must be run from within DokuWiki
 if (!defined('DOKU_INC')) die();
 ?>
-- 
GitLab