A few comments.
[ardour.git] / libs / ardour / ardour / graphnode.h
index 0c99a31a6cc361ace8323b84002ca038dcdf94f6..191babdb12ea3db49e1bc6af691fb6b8a2304879 100644 (file)
@@ -37,6 +37,7 @@ typedef boost::shared_ptr<GraphNode> node_ptr_t;
 typedef std::set< node_ptr_t > node_set_t;
 typedef std::list< node_ptr_t > node_list_t;
 
+/** A node on our processing graph, ie a Route */      
 class GraphNode
 {
     public:
@@ -57,6 +58,7 @@ class GraphNode
        boost::shared_ptr<Graph> _graph;
 
        gint _refcount;
+       /** The number of nodes that we directly feed us (one count for each chain) */
        gint _init_refcount[2];
 };