How to generate documentation from css file?

UZUMAKI_n

New Member
I reference to CSSDoc specification and want to generate comment documentation from css file. The first thought used phpdocumentor tool. When execute \[code\]phpdoc -o HTML:frames:default -f main.css -t docs\[/code\] command, i got "File not parsed,not a php file" error message. Please tell me how to generate documentation from css file by auto-documentation tools. Should be used Doxygen,JavaDoc tool or write a new parser with existing tools. Thanks~~~~
 
Back
Top