How to create documentation from css file?

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 ~~~~

+3
source share
1 answer

I am working on a tool that has no dependencies, and just point your stylesheet to it.

http://kaleistyleguide.com

+1
source

Source: https://habr.com/ru/post/1769469/


All Articles