Message2355

Author fluzz
Recipients
Date 2012-09-27.06:50:32
Content
Mhhh...

I don't understand why we would have to 'add' an other language.

If someone wants to generate the doxydoc, he has to install doxygen,
graphviz and so on.
If he also wants to generate the doc of lua scripts (such as
script_helpers.lua), then he will also have to install lua2dox.

What we just have to do is to change our doxyfile to instruct doxygen
to filter lua files through that lua2dox. And if the user did not
install it, doxygen will just complain about a not found file, and do its work
anyhow.
History
Date User Action Args
2012-09-27 06:50:32fluzzsetmessageid: <1348728632.25.0.334029351898.issue613@freedroid.org>
2012-09-27 06:50:32fluzzlinkissue613 messages
2012-09-27 06:50:32fluzzcreate