[geany/geany] 114e33: Restore element-type annotation for GeanyData::documents_array

Colomban Wendling git-noreply at xxxxx
Tue Jun 28 18:46:24 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:46:24 UTC
Commit:      114e339a7eb6296f0ad8a0ea7764ea22dcea47c3
             https://github.com/geany/geany/commit/114e339a7eb6296f0ad8a0ea7764ea22dcea47c3

Log Message:
-----------
Restore element-type annotation for GeanyData::documents_array

Broken in #966.


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

Modified: src/plugindata.h
5 lines changed, 4 insertions(+), 1 deletions(-)
===================================================================
@@ -186,7 +186,10 @@ typedef struct GeanyData
 	 * One reason is that notebook tabs can be reordered.
 	 * Use @c document_get_from_page() to lookup a document from a notebook tab number.
 	 *
-	 * @see documents. */
+	 * @see documents.
+	 *
+	 * @elementtype{GeanyDocument}
+	 */
 	GPtrArray					*documents_array;
 	/** Dynamic array of filetype pointers
 	 *



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