mirror of
https://github.com/silverstripe/silverstripe-docsviewer
synced 2024-10-22 11:05:56 +02:00
MINOR Documentation
This commit is contained in:
parent
1e7c8aefe4
commit
3c3e57fec3
@ -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 {
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user