Skip to content

digitalkaoz/rsExtJsPhpDocTheme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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

About

a extjs documentation theme for phpdocumentor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published