From 666fdf30fa776566dbbaccaaf7aec67427b2e322 Mon Sep 17 00:00:00 2001 From: Colomban Wendling Date: Fri, 29 Aug 2014 15:30:24 +0200 Subject: [PATCH] Document document_find_by_id() parameter so Doxygen is happy --- src/document.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/document.c b/src/document.c index 92175baf0..5ba411698 100644 --- a/src/document.c +++ b/src/document.c @@ -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: -- 2.11.4.GIT