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
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~~~~
Asked
Active
Viewed 1,159 times
3

DonaldIsFreak
- 77
- 1
- 1
- 7
-
i find http://github.com/imedo/css_doc tool. Have other tools in php? – DonaldIsFreak Oct 14 '10 at 02:46