[geany/geany] 666fdf: Document document_find_by_id() parameter so Doxygen is happy
Colomban Wendling
git-noreply at xxxxx
Fri Aug 29 15:06:51 UTC 2014
Branch: refs/heads/master
Author: Colomban Wendling <ban at herbesfolles.org>
Committer: Colomban Wendling <ban at herbesfolles.org>
Date: Fri, 29 Aug 2014 15:06:51 UTC
Commit: 666fdf30fa776566dbbaccaaf7aec67427b2e322
https://github.com/geany/geany/commit/666fdf30fa776566dbbaccaaf7aec67427b2e322
Log Message:
-----------
Document document_find_by_id() parameter so Doxygen is happy
Modified Paths:
--------------
src/document.c
Modified: src/document.c
1 lines changed, 1 insertions(+), 0 deletions(-)
===================================================================
@@ -233,6 +233,7 @@ GeanyDocument *document_find_by_sci(ScintillaObject *sci)
/** Lookup an old document by its ID.
* Useful when the corresponding document may have been closed since the
* ID was retrieved.
+ * @param id The ID of the document to find
* @return @c NULL if the document is no longer open.
*
* Example:
--------------
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