You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ ~/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 main
indexPath = createIndexXML(xmlOutputDirectory)
File "/Users/red/Downloads/doxyclean/doxyclean.py", line 144, in createIndexXML
objectType = typeForFile(filePath)
File "/Users/red/Downloads/doxyclean/doxyclean.py", line 90, in typeForFile
return xmlDoc.getElementsByTagName("object")[0].attributes["kind"].value
IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
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 main
indexPath = createIndexXML(xmlOutputDirectory)
File "/Users/red/Downloads/doxyclean/doxyclean.py", line 144, in createIndexXML
objectType = typeForFile(filePath)
File "/Users/red/Downloads/doxyclean/doxyclean.py", line 90, in typeForFile
return xmlDoc.getElementsByTagName("object")[0].attributes["kind"].value
IndexError: list index out of range
The text was updated successfully, but these errors were encountered: