Hello All,I am using DOT graphs very often (using \dotfile). I miss functionality of copying function brief to tooltip or to label./** * Brief description to be added as label * * Detail description to be added as a tooltip */void Node1(void){}digraph G{ Node1 [label="\copybrief Node1", URL="\ref Node1" tooltip="\copydetails Node1"];}What do you think is it possible to add it?Regards,Marcin |