aboutsummaryrefslogtreecommitdiff
path: root/include/datetime/menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/datetime/menu.h')
-rw-r--r--include/datetime/menu.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/datetime/menu.h b/include/datetime/menu.h
index 0bc3781..fcd709f 100644
--- a/include/datetime/menu.h
+++ b/include/datetime/menu.h
@@ -36,6 +36,7 @@ namespace datetime {
* \brief A menu for a specific profile; eg, Desktop or Phone.
*
* @see MenuFactory
+ * @see Exporter
*/
class Menu
{
@@ -62,6 +63,9 @@ private:
/**
* \brief Builds a Menu for a given state and profile
+ *
+ * @see Menu
+ * @see Exporter
*/
class MenuFactory
{