phpdocumentor / guides
包含phpDocumentor Guides的核心功能。
1.3.10
2024-09-09 07:04 UTC
Requires
- php: ^8.1
- ext-json: *
- ext-zlib: *
- doctrine/deprecations: ^1.0
- league/flysystem: ^1.1
- league/tactician: ^1.1
- league/uri: ^6.5 || ^7.0
- phpdocumentor/flyfinder: ^1.1
- psr/event-dispatcher: ^1.0
- symfony/clock: ^6.4.3
- symfony/http-client: ^6.4.4
- symfony/string: ^5.4 || ^6.3 || ^7.0
- symfony/translation-contracts: ^3.4.1
- twig/twig: ~2.15 || ^3.0
- webmozart/assert: ^1.11
Requires (Dev)
- psr/log: ^2.0 || ^3.0
README
phpDocumentor Guides
此仓库是phpDocumentor的Guides库的一部分,该库是一个框架,旨在从代码仓库中的手写文档中创建AST(抽象语法树)。然后,将此AST传递给渲染器,生成所需的输出,例如HTML。
包phpdocumentor/guides包含phpDocumentor Guides的核心功能。
归属权
此仓库最初是从Doctrine rst-parser分叉的,并基于Gregwar的原始代码。