I am referring to the CSSDoc specification and want to generate comment documentation from a css file. My first thought was using the phpdocumentor tool. When the command is executed phpdoc -o HTML:frames:default -f main.css -t docs, I got a "File not parsed, not an error message" php file. Tell us how to create documentation from a css file using automatic documentation tools. Must use Doxygen, a JavaDoc tool, or write a new parser with existing tools. Thanks ~~~~
source
share