Contains the core functionality from the phpDocumentor Guides.

0.1.0 2023-08-12 13:42 UTC

This package is auto-updated.

Last update: 2023-09-26 11:52:25 UTC


README

PHP Version Require Latest Unstable Version Total Downloads Monthly Downloads

phpDocumentor Guides

This repository is part of phpDocumentor's Guides library, a framework designed to take hand-written documentation in code repositories and create an AST (abstract syntax tree) from it. This AST is then fed to a renderer, which produces the desired output, such as HTML.

The package phpdocumentor/guides contains the core functionality from the phpDocumentor Guides.

Mono-Repository:https://github.com/phpDocumentor/guides
Documentation:https://github.com/phpDocumentor/guides/tree/main/docs/index.rst
Packagist:https://packagist.org/packages/phpdocumentor/guides
Contribution:https://github.com/phpDocumentor/guides/tree/main/CONTRIBUTING.rst

Attribution

This repository was originally forked from the Doctrine rst-parser, and is based on the original code from Gregwar.