[geany/geany] b1267c: api: Annotate element type for TMSourceFile::tags_array

Colomban Wendling git-noreply at xxxxx
Wed Jun 29 15:44:56 UTC 2016


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Wed, 29 Jun 2016 15:44:56 UTC
Commit:      b1267cc82cc271684f3d19b024469743aed93c7f
             https://github.com/geany/geany/commit/b1267cc82cc271684f3d19b024469743aed93c7f

Log Message:
-----------
api: Annotate element type for TMSourceFile::tags_array


Modified Paths:
--------------
    tagmanager/src/tm_source_file.h

Modified: tagmanager/src/tm_source_file.h
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -33,7 +33,7 @@ typedef struct TMSourceFile
 	TMParserType lang; /* Programming language used */
 	char *file_name; /**< Full file name (inc. path) */
 	char *short_name; /**< Just the name of the file (without the path) */
-	GPtrArray *tags_array; /**< Sorted tag array obtained by parsing the object */
+	GPtrArray *tags_array; /**< Sorted tag array obtained by parsing the object. @elementtype{TMTag} */
 } TMSourceFile;
 
 GType tm_source_file_get_type(void);



--------------
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