grim/purple-objects-docbook

update the todo list a bit, needs a lot more work to actually track stuff, but yeah
<?xml version="1.0" encoding="UTF-8"?>
<class name="ExampleClass" type="abstract">
<properties>
<property name="foo" type="int" scope="private"/>
</properties>
<methods>
<method name="bar" type="int" scope="public">
<argument name="object" type="ExampleClass *"/>
</method>
</methods>
</class>
<!--
vi: syntax=xml
-->