From f0239ae31470b9f8b67430699e829fd16e40c0e2 Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Tue, 18 Nov 2014 09:27:05 +0000 Subject: [PATCH] markdown : Add phpdoc description git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1863 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- markdown.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/markdown.php b/markdown.php index 4c5f185..b5be540 100644 --- a/markdown.php +++ b/markdown.php @@ -1,4 +1,9 @@ */ + +/** Convert the Markdown text to html format */ class markdown { /** To debug the markdown analyzer, activate the option */