From bbba18d406444e28a59de01052cf60661de7a17e Mon Sep 17 00:00:00 2001 From: Xavi Artigas Date: Mon, 27 Apr 2020 15:15:12 +0200 Subject: doxygen docs: Fix invalid refs to Layout All widgets copy&pasted the same description, including an invalid reference to "Layout", which should be "Elm_Layout". SOME of them had been fixed over the years but this commit fixes all of them. This significantly reduces the number of Doxygen warnings and adds meaningful links to the docs. --- src/lib/elementary/elc_ctxpopup.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/elementary/elc_ctxpopup.h') diff --git a/src/lib/elementary/elc_ctxpopup.h b/src/lib/elementary/elc_ctxpopup.h index 6663f7e863..a55319cdcc 100644 --- a/src/lib/elementary/elc_ctxpopup.h +++ b/src/lib/elementary/elc_ctxpopup.h @@ -22,7 +22,7 @@ * functions acting on it also work for context popup objects (since 1.8). * * This widget emits the following signals, besides the ones sent from - * @ref Layout: + * @ref Elm_Layout : * - @c "dismissed" - This is called when 1. the outside of ctxpopup was clicked * or 2. its parent area is changed or 3. the language is changed and also when * 4. the parent object is resized due to the window rotation. Then ctxpopup is -- cgit v1.2.1