Skip to content

Commit

Permalink
add docblock for class
Browse files Browse the repository at this point in the history
  • Loading branch information
iannsp committed Mar 27, 2012
1 parent 08b976e commit f878378
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions library/Respect/MarkDown.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
<?php
namespace Respect;

/**
* speak Markdownish
*
* @author Ivo Nascimento <[email protected]>
*/
class MarkDown
{
public function get(array $sections)
Expand Down

0 comments on commit f878378

Please sign in to comment.