Hi 2 small modules, main/cosv and main/udm, were found unused by the rest of the build and have now been merged into main/autodoc, in trunk and AOO42X.
main/autodoc depends on main/cosv and main/udm. main/udm depends on main/cosv. No other module depends on main/cosv or main/udm. The only deliverable from main/autodoc is the autodoc executable - there are no libraries, and all headers remain private and undelivered. We might even be able to use some third-party documentation generator instead of autodoc, perhaps Doxygen. Whether we should go that way is debatable, but there is no point in littering main/ with 2 modules and littering solver/ with many headers and 2 static libraries just so autodoc can consume them. They are also ancient modules with no value to new code. Rather make their code internal to autodoc. Buildable modules have now been reduced from 185 to 183. Regards Damjan