Doc typo in removeNode (Node*)

    /** Deletes a node within the graph which has the specified ID.

        This will also delete any connections that are attached to this node.
     */
    bool removeNode (Node* node);

A node pointer is provided instead of an ID.

Ta, will tidy that up