Tagged Questions

2
votes
1answer
319 views

How to generate documentation from css file?

I reference to CSSDoc specification and want to generate comment documentation from css file. The first thought used phpdocumentor tool. When execute phpdoc -o HTML:frames:default -f main.css -t docs ...
1
vote
2answers
514 views

Integrating Images in a Docbook Manual in conjunction with phpDocumentor

is there a possibility to include images into a docbook manual compiled by phpDocumentor? I tried both: <mediaobject> <imageobject> <imagedata fileref="payment_flowchart.png" ...