qulogic/libgnt

Move 'See' above 'Returns:'
gtkdoc-conversion
2014-02-06, Ankit Vani
63f0c4f21cc4
Parents 6fb6d554bdb3
Children e36f4f54fa1a
Move 'See' above 'Returns:'
  • +2 -2
    gnttree.h
  • --- a/gnttree.h Thu Feb 06 19:50:34 2014 +0530
    +++ b/gnttree.h Thu Feb 06 20:22:54 2014 +0530
    @@ -116,9 +116,9 @@
    *
    * Create a tree with one column.
    *
    - * Returns: The newly created tree
    + * See gnt_tree_new_with_columns().
    *
    - * See gnt_tree_new_with_columns().
    + * Returns: The newly created tree
    */
    GntWidget * gnt_tree_new(void);