On Thursday 7. October 2010 08.17.28 ext [email protected] wrote: > Hi, > > (sorry for the top-quote) > > I wonder if we could perhaps introduce a new macro (sth. like \wksince) > that expands to "This (class/property/etc.) was introduced in QtWebKit > x.y". qdoc is pretty flexible, I bet there's a way to do that. > Alternatively from a quick glance it looks like the output of \since can > be customized where the 'Qt' part can be replaced by 'QtWebKit' by simply > defining 'project = QtWebKit' in the qdoc conf file. I haven't tried > myself though :) > > > Simon
Hi, I think that it could be interesting to now in which Qt version and in which QtWebkit version certain functionality got introduced. So I would suggest this approach: \since [Qt] 64.1 \since QtWebKit 22.1 It is a clear message that it was released separately. Moreover it gives us flexibility, even maybe more that we need for now. Remember that QtWebKit is the first module that was separated, in future we plan to have more of them. So that would be possible: \since [Qt] 44.9 \since QtMobility 11.0 Cheers, Jędrek ps. /me doesn't like "wksince" whatever it means ;-) _______________________________________________ webkit-qt mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt
