MINOR Documentation

This commit is contained in:
Ingo Schommer 2010-09-03 01:37:51 +00:00
parent 1e7c8aefe4
commit 3c3e57fec3

View File

@ -1,8 +1,13 @@
<?php
/**
* Parser wrapping the Markdown Extra parser (see http://michelf.com/projects/php-markdown/extra/).
* As it parses files in context
*
* @todo Abstract code that doesn't require DocumentationPage context into standalone parser
* extending the Markdown_Extra class.
*
* @package sapphiredocs
*/
class DocumentationParser {
/**