Comment 12 for bug 893275

Revision history for this message
kaputtnik (franku) wrote :

I do also think that splitting C++ from Lua is a good thing. We could have two links then, one for scripting and one for C++.

What about the "Developers Documentation" (https://wl.widelands.org/docs/wl/development/)? I guess this is old stuff and could be removed? The thing with std::set<SomePointer*> could be added to the c++ documentation then.

Building the doxygen documentation takes currently very long and takes much processor time (this week it made my computer crash because the processors heat reaches maximum of 70°). This is because the setting in the doxyfile is set to create html imagemaps for the class dependencies (up to 1000 nodes) with graphviz. The imagemaps a partly really big... nice to watch, but could at least be stripped down so they are less processor consuming.

For now i would say lets make the LUA documentation standalone and add a C++ documentation later on.

Maybe next week i make a testrun on the alpha site and make a call for testing.