[geany/geany] 2ebe96: Add missing element-type annotation for GeanyData::filetypes_by_title

Colomban Wendling git-noreply at xxxxx
Tue Jun 28 18:47:22 UTC 2016


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Tue, 28 Jun 2016 18:47:22 UTC
Commit:      2ebe961c9e86197ce1b6224b8d2d41b13e631889
             https://github.com/geany/geany/commit/2ebe961c9e86197ce1b6224b8d2d41b13e631889

Log Message:
-----------
Add missing element-type annotation for GeanyData::filetypes_by_title


Modified Paths:
--------------
    src/plugindata.h

Modified: src/plugindata.h
5 lines changed, 4 insertions(+), 1 deletions(-)
===================================================================
@@ -212,7 +212,10 @@ typedef struct GeanyData
 	 * first, as this is usually treated specially.
 	 * The list does not change (after filetypes have been initialized), so you can use
 	 * @code g_slist_nth_data(filetypes_by_title, n) @endcode and expect the same result at different times.
-	 * @see filetypes_get_sorted_by_name(). */
+	 * @see filetypes_get_sorted_by_name().
+	 *
+	 * @elementtype{GeanyFiletype}
+	 */
 	GSList						*filetypes_by_title;
 	/** @gironly
 	 * Global object signalling events via signals



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list