SkillAgentSearch skills...

RsExtJsPhpDocTheme

a extjs documentation theme for phpdocumentor

Install / Use

/learn @digitalkaoz/RsExtJsPhpDocTheme
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

PhpDocTheme

convert your PhpDocs to a nice ExtJs based API Documention. It uses the same code as http://dev.sencha.com/deploy/dev/docs/

See http://phpdoc.org/ how to use phpDocumentor

This theme was inspired by http://zymengine.com/dev/news/30-phpdoc-extjs-converter-template

Installation

Copy Extjs folder to the phpDocumentor's "Converters/HTML/frames/" directory, or symlink it.

Usage

Simple write a config file (phpdoc.ini):

directory   = lib,apps/frontend,config
ignore      = /vendor/*, /test/*, /*/om/, /*/map/, /*/templates/
target      = doc/phpdoc/
quiet       = true
title       = Your Project
sourcecode  = on
templatebase = ABSOLUTE/PATH/TO/THE/THEME/FOLDER
output      = HTML:frames/Extjs:default
readmeinstallchangelogSpecify = README

Use it as follows:

phpdoc -c phpdoc.ini

Watch your generated phpdoc api:

http://path/to/doc/phpdoc/index.html

TODO

  • link classes correctly

  • remove dedicated code/files

  • cleanup converter

View on GitHub
GitHub Stars6
CategoryDevelopment
Updated12y ago
Forks1

Languages

JavaScript

Security Score

55/100

Audited on Apr 17, 2013

No findings