lubyk / dub

A Lua bindings generator that uses Doxygen to parse C/C++ headers.
doc.lubyk.org/dub.html
Other
82 stars 34 forks source link

Headers with an uppercase extension. #11

Open ComputerNerd opened 9 years ago

ComputerNerd commented 9 years ago

I have noticed that dub appears to not be able to handle headers with an uppercase extension even when I add *.H to the Doxyfile patterns. I know this because I wrote a python script that would rename all headers to have a lowercase extension and then search all the headers in order to fix the include statements to account for this. After doing so the code for that should have been generated is now being generated by dub. If you are thinking: just edit your project. That is not the answer because I am trying to generate a binding to the library FLTK and that library uses headers with an uppercase extension.

gaspard commented 9 years ago

Work is on the way...