qulogic/libgnt

Convert some other doxygen-type comments
gtkdoc-conversion
2014-02-06, Ankit Vani
1009c15b1995
Parents 56e545178934
Children c409eb6484c0
Convert some other doxygen-type comments
  • +2 -2
    gntentry.h
  • --- a/gntentry.h Tue Feb 04 17:39:37 2014 +0530
    +++ b/gntentry.h Thu Feb 06 17:25:40 2014 +0530
    @@ -88,8 +88,8 @@
    gboolean word; /* Are the suggestions for only a word, or for the whole thing? */
    gboolean always; /* Should the list of suggestions show at all times, or only on tab-press? */
    GntWidget *ddown; /* The dropdown with the suggested list */
    - GntEntryKillRing *killring; /**< Since: 2.3.0 */
    - GntEntrySearch *search; /**< Since: 2.7.0 */
    + GntEntryKillRing *killring; /* Since: 2.3.0 */
    + GntEntrySearch *search; /* Since: 2.7.0 */
    };
    struct _GntEntryClass