I believe this was never automated. The apidocs generation tool generates an XML document that contains all the APIs. (tools/apidoc/target/commands.xml). We can diff the 4.0 xml and the 4.1 xml using a tool such as xmldiff (https://pypi.python.org/pypi/xmldiff).
I tried this, but it hangs. The man page for xmldiff says: "xmldiff uses an algorithm with a (too) high algorithmical complexity, which makes it unsuitable to process large XML documents. If your document has more than about 100 nodes, you should probably look for an alternative solution" On 4/5/13 9:31 AM, "Joe Brockmeier" <j...@zonker.net> wrote: >Bumping this. Any ideas? > >On Tue, Apr 2, 2013, at 03:33 PM, Joe Brockmeier wrote: >> Hi all, >> >> So - the build process for generating API docs has changed since 4.0 -> >> 4.1, and it looks like in the process we've stopped generating a >> "diff.txt" of APIs changed/added/deleted since the last version. >> >> Any idea how we can generate this automagically rather than combing >> through the new docs to see what's different since 4.0.x? Thanks! >> >> Best, >> >> jzb >> -- >> Joe Brockmeier >> j...@zonker.net >> Twitter: @jzb >> http://www.dissociatedpress.net/ > > >Best, > >jzb >-- >Joe Brockmeier >j...@zonker.net >Twitter: @jzb >http://www.dissociatedpress.net/