Matthimatiker / MolComponents

Library with use-at-will architecture that extends the functionality of Zend Framework 1. Main features: Improved bootstrapping with lazy loading of resources, declaration of request parameters as argument in controller actions, advanced form creation and validation, mail templates, lightweight controller testing.
Other
2 stars 0 forks source link

Class doc comment valid markdown? #39

Closed bonndan closed 11 years ago

bonndan commented 11 years ago

Which type of markdown is contained in the doc comments?

Neither

Usage

nor

Usage

is used. Instead, equal signs are used to mark headers:

/**

As a result a library like pandoc is not able to detect the headers properly.

Matthimatiker commented 11 years ago

Currently the DocBlocks do not contain valid markdown. This will be fixed with #29.

Matthimatiker commented 11 years ago

This should have been fixed with #29.