diff options
author | Xavi Artigas <xavierartigas@yahoo.es> | 2020-04-27 15:15:12 +0200 |
---|---|---|
committer | Xavi Artigas <xavierartigas@yahoo.es> | 2020-04-27 15:15:12 +0200 |
commit | bbba18d406444e28a59de01052cf60661de7a17e (patch) | |
tree | 55ad6535b81f6b7b70b81ecda2bd4af05e44b892 /src/lib/elementary/elc_ctxpopup.h | |
parent | 9b4afc238a60181be545cfd1c5c5e70fe86acbc6 (diff) |
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.
Diffstat (limited to 'src/lib/elementary/elc_ctxpopup.h')
-rw-r--r-- | src/lib/elementary/elc_ctxpopup.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
22 | * functions acting on it also work for context popup objects (since 1.8). | 22 | * functions acting on it also work for context popup objects (since 1.8). |
23 | * | 23 | * |
24 | * This widget emits the following signals, besides the ones sent from | 24 | * This widget emits the following signals, besides the ones sent from |
25 | * @ref Layout: | 25 | * @ref Elm_Layout : |
26 | * - @c "dismissed" - This is called when 1. the outside of ctxpopup was clicked | 26 | * - @c "dismissed" - This is called when 1. the outside of ctxpopup was clicked |
27 | * or 2. its parent area is changed or 3. the language is changed and also when | 27 | * or 2. its parent area is changed or 3. the language is changed and also when |
28 | * 4. the parent object is resized due to the window rotation. Then ctxpopup is | 28 | * 4. the parent object is resized due to the window rotation. Then ctxpopup is |