doxyclean
doxyclean copied to clipboard
A script to convert Doxygen output to resemble Apple's AppKit documentation
To get it to run, I made it fail more gracefully. It does miss a few of the more complicated classes, but at least it runs.
Hey, I'd like to create a section in the page for a given class that also appears in the table of contents. It would be at the same level as...
from the latest git version: $ ~/Downloads/doxyclean/doxyclean.py -i proj.docset/ -o proj.docset -n "my project"-v Traceback (most recent call last): File "/Users/red/Downloads/doxyclean/doxyclean.py", line 1220, in sys.exit(main()) File "/Users/red/Downloads/doxyclean/doxyclean.py", line 1176, in...
A README.txt detailing how to use this would be helpful to use doxygen noobs. Thanks
Hi, I've used the version from your homepage and even this one on github. None of them works for me. I get something like: IOError: [Errno 2] No such file...
Dear Mattball, I am new by using doxyclean for my documentation, but I think, I found a bug. Doxygen html output shows the enumerations like UITableViewRowAnimation, but when I convert...