On So, Mai 31, 2015, Jeremy Henty wrote:
The main body of the dw::Table class documentation starts with a flowchart diagram of some dw::Table method calls. But this diagram refers to a method dw::Table::calcColumnExtremes() that is no longer used and has been renamed to dw::Table::_unused_calcColumnExtremes(). (There is a warning that GROWS made some of this documentation obsolete.) So I dug into the code and came up with a patch that I think fixes the diagram. I have attached before and after images of the diagram so that you can compare. I would love some feedback!
http://starurchin.org/dillo/patch/doxygen-dw-table-hh-dependency-diagram.htm...
And this patch removes dw::Table::_unused_calcColumnExtremes().
http://starurchin.org/dillo/patch/remove-dw-table-_unused_calcColumnExtremes...
Comments are welcome.
I've committed both, the first (diagram) with some changes. The table code is now stable enough so that it makes sense to update the documentation. (The rest should be reviewed, too.) BTW, there are also some more changes in the repository at <http://flpsed.org/hgweb/dillo_grows>, see the general documentation about widget sizes there. Sebastian