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
Hi, I'm trying to run the pybind11_mkdoc in a single file called score.h, but I got this error below:
C:\Users\nyck\Desktop\maialib>python -m pybind11_mkdoc maiacore\include\maiacore\score.h
Processing "'maiacore\include\maiacore\score.h'" ..
Waiting for jobs to finish ..
error: error reading ''maiacore\include\maiacore\score.h''
Exception in thread Thread-1:
Traceback (most recent call last):
File "C:\Program Files\Python310\lib\threading.py", line 1016, in _bootstrap_inner
self.run()
File "C:\Users\nyck\AppData\Roaming\Python\Python310\site-packages\pybind11_mkdoc\mkdoc_lib.py", line 246, in run
tu = index.parse(self.filename, self.parameters)
File "C:\Users\nyck\AppData\Roaming\Python\Python310\site-packages\clang\cindex.py", line 2722, in parse
return TranslationUnit.from_source(path, args, unsaved_files, options,
File "C:\Users\nyck\AppData\Roaming\Python\Python310\site-packages\clang\cindex.py", line 2837, in from_source
raise TranslationUnitLoadError("Error parsing translation unit.")
clang.cindex.TranslationUnitLoadError: Error parsing translation unit.
The file score.h is a valid C++ header that contains a valid Doxygen documentation in it.
Hi, I'm trying to run the
pybind11_mkdoc
in a single file calledscore.h
, but I got this error below:The file
score.h
is a valid C++ header that contains a valid Doxygen documentation in it.Please, could you help me?
My system:
The text was updated successfully, but these errors were encountered: