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
When I run the dub script only things in Test.h end up having Lua bindings. Examining doxygen's output, I can see that it's not catching the mc::Test4 class, which I believe is the reason why dub is not generating its binding.
dub's version is 2.2.4, and doxygen's is 1.8.11.
Am I doing something wrong?
Thanks in advance,
Andre
The text was updated successfully, but these errors were encountered:
Hi,
I'm opening an issue here because the forums at http://forum.lubyk.org/ seem to be inaccessible.
I'm trying to make dub generate bindings for classes and functions found in all files starting in a folder. In my tests I have:
include
subdir
Test4.h
: Contains themc2::Test4
classTest.h
: Contains themc::Test2
and themc::Test3
classes, and themc::doStuffWithTest
functionMy dub script is:
When I run the dub script only things in
Test.h
end up having Lua bindings. Examining doxygen's output, I can see that it's not catching themc::Test4
class, which I believe is the reason why dub is not generating its binding.dub's version is 2.2.4, and doxygen's is 1.8.11.
Am I doing something wrong?
Thanks in advance,
Andre
The text was updated successfully, but these errors were encountered: