PHP Classes

File: Test/test.php

Recommend this page to a friend!
  Classes of Marco Cesarato   PHP Class Documentation Generation to Markdown   Test/test.php   Download  
File: Test/test.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Class Documentation Generation to Markdown
Convert PHPDoc comments from classes into Markdown
Author: By
Last change:
Date: 4 years ago
Size: 165 bytes
 

Contents

Class file image Download
<?php

use marcocesarato\markdown\Markdown;

include
'../Markdown.php';
include
'../Parser.php';
include
'../TextTable.php';

Markdown::printMarkdown('Sample.php');