maslosoft/zamm
最新稳定版本:2.0.3
Composer 安装命令:
composer require maslosoft/zamm
包简介
Zamm is a documentation tool
README 文档
README
Maslosoft Zamm
Quick Install
composer require maslosoft/zamm
Documentation
Working examples
It is quite important for examples or code snippets to actually work. When writing documentation in Markdown, Tex or other documentation tools, one could easy omit some important code fragments and create broken example. When using advanced IDE's like NetBeans Eclipse many early code problems are avoided. This also takes care of refactoring - which need to be also applied to documentation. It is also very important to have good php docs on classes.
Basically it means that there are three aspects of coding which need to be in sync, while order of creating is somewhat like this:
PHP Code PHP doc blocks Documentation
It would be good to have as much as possible to be reused from code or doc blocks in documentation.
Documentation written in PHP
To make documentation more consistent with Zamm, documentation can contain PHP code snippets, source code fragments or phpdoc comments extracted from source code. Then theese fragments can be rendered according to context, usually wrapped with pre tags, or Markdown fences.
Zamm can capture code fragments of inline php, to allow in-place php execution while grabbing it's source at once. Very usefull for user interface demos.
统计信息
- 总下载量: 1.87k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 7
- 推荐数: 0
其他信息
- 授权协议: AGPL
- 更新时间: 2015-01-27