Notes |
|
|
Dear paolinux,
I believe that I actually just solved this issue.
So OMNET++ comes with Doxygen, but it turned out that the version was out of date. I ended up downloading the newest version of Doxygen, and replacing the existing doxygen.exe file with the most up-to-date version (at the time of this post, it was found here: http://www.stack.nl/~dimitri/doxygen/download.html [^])
I hope this helps any future users out! It took me quite a while to figure out.
Regards,
Van |
|
|
|
Hi Van,
thanks a lot for your input and apologies for the delay in getting back to you.
I've tested your solution on my end and I can confirm that it fixes the problem. I still hope this issue will be addressed in the next release of omnetpp, without requiring the external dependency but for the time being it's a great workaround.
Thanks and merry Xmas,
P. |
|
|
|
We should use mingw version of doxygen and dot (instead of MSYS). MSYS version cannot understand the Windows style path in configuration file |
|
|
|
The IDE now configures the doxy.cfg using relative directories so differences between the handling of Windows/Unix specific directory formats will no longer be a problem. |
|