Projects tagged ‘javadoc’ and ‘php’


Jump to tag:

Projects tagged ‘javadoc’ and ‘php’

Filtered by Project Tags javadoc php

Refine results Project Tags phpdoc (2) generator (1) annotations (1) pear (1) documentation (1) docblock (1)

[2 total ]

223 Users
   

A complete documentation solution for PHP. Generates javaDoc-style API documentation and user-level manuals from your PHP code. phpDocumentor uses an extensive templating system to change your source ... [More] code comments into human readable, and hence useful, formats. This system allows the creation of easy to read documentation in 15 different pre-designed HTML versions, PDF format, [Less]
Created over 3 years ago.

2 Users

DocBlock/JavaDoc annotations support for PHP5. Supporting single and multi valued annotations accessible through extended Reflection API. Example annotations: @SimpleAnnotation ... [More] @SingleValuedAnnotation(true) @SingleValuedAnnotation(-3.141592) @SingleValuedAnnotation('Hello World!') @SingleValuedAnnotationWithArray({1, 2, 3}) @MultiValuedAnnotation(key = 'value', anotherKey = false, andMore = 1234)Annotate classes, methods, properties. Works also if --preserve-docs is disabled. Checkout ShortTutorialByExample for a quick introduction to annotations using Addendum. [Less]
Created 12 months ago.