From dc50e1a4bfb19be9db8d80bdbdb59e25c703eda1 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Sun, 22 Aug 2010 14:31:05 +0000 Subject: [PATCH] * Added file description headers * Added @file where needed --- includes/json/FormatJson.php | 3 +++ includes/parser/CoreLinkFunctions.php | 5 +++++ includes/parser/CoreParserFunctions.php | 5 +++++ includes/parser/CoreTagHooks.php | 9 +++++++++ includes/parser/DateFormatter.php | 5 +++++ includes/parser/LinkHolderArray.php | 10 +++++++++- includes/parser/ParserCache.php | 6 ++++++ includes/parser/ParserOptions.php | 8 +++++++- includes/parser/ParserOutput.php | 7 +++++++ includes/parser/Parser_DiffTest.php | 5 +++++ includes/parser/Parser_LinkHooks.php | 6 ++++++ includes/parser/Preprocessor.php | 5 +++++ includes/parser/Preprocessor_DOM.php | 8 +++++++- includes/parser/Preprocessor_Hash.php | 8 +++++++- includes/parser/Tidy.php | 5 +++++ 15 files changed, 91 insertions(+), 4 deletions(-) diff --git a/includes/json/FormatJson.php b/includes/json/FormatJson.php index cf49c17bec..57ab165718 100644 --- a/includes/json/FormatJson.php +++ b/includes/json/FormatJson.php @@ -1,7 +1,10 @@