improved doxygen comments
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Mon, 19 Nov 2007 15:34:49 +0000 (15:34 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Mon, 19 Nov 2007 15:34:49 +0000 (15:34 +0000)
[r16800]

include/libfirm/irdom.h

index 295b025..2680363 100644 (file)
@@ -255,7 +255,7 @@ void postdom_tree_walk_irg(ir_graph *irg, irg_walk_func *pre,
  */
 void compute_doms(ir_graph *irg);
 
-/** Computes the dominator trees on demand */
+/** Computes the dominator trees on demand, @see compute_doms(). */
 void assure_doms(ir_graph *irg);
 
 /** Computes the post dominator trees.