Skip to content
This repository has been archived by the owner on Nov 2, 2018. It is now read-only.

Commit

Permalink
Fixed docblock for Zepto\FileLoader\MarkdownLoader
Browse files Browse the repository at this point in the history
  • Loading branch information
hassankhan committed Feb 20, 2014
1 parent 45057eb commit 4d61dac
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions library/Zepto/FileLoader/MarkdownLoader.php
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
<?php

namespace Zepto\FileLoader;

/**
* Zepto
* MarkdownLoader
*
* @author Hassan Khan
* @link http://https://github.com/hassankhan/Zepto
* @license http://opensource.org/licenses/MIT
* @version 0.2
* @package Zepto
* @subpackage FileLoader
* @author Hassan Khan <contact@hassankhan.me>
* @link https://github.com/hassankhan/Zepto
* @license MIT
* @since 0.2
* @deprecated Use \Zepto\FileLoader\PageLoader instead
*/

namespace Zepto\FileLoader;

class MarkdownLoader extends \Zepto\FileLoader {

/**
Expand Down

0 comments on commit 4d61dac

Please sign in to comment.