doc/Makefile.in: Update Doxyfile to latest version before use#265
doc/Makefile.in: Update Doxyfile to latest version before use#265obgm merged 1 commit intoeclipse-tinydtls:mainfrom
Conversation
Add in '$(DOXYGEN) -u' to update Doxyfile to the latest version to reduce any old configuration warning errors. Signed-off-by: Jon Shallow <supjps-libcoap@jpshallow.com>
|
Any thoughts on this? |
|
It does not change any TinyDTLS code, but gets rid of a lot of build warnings. |
|
I'm just not common with doxygen, so I'm not sure, if that causes also other issues. |
|
All that happens is the current doxygen executable updates the doxygen configuration file in situ and has no need to reference any external information. If there is any issue, this additional line would fail and the build would continue as if the line was not there. |
|
I am not a big fan of this type of dynamic changes to the However, |
Add in '$(DOXYGEN) -u' to update Doxyfile to the latest version to reduce any old configuration warning errors.