From 205d704f95e5f93436da3599570c8d9115157659 Mon Sep 17 00:00:00 2001 From: Peter Kaiser <peter.kaiser@kit.edu> Date: Thu, 13 Aug 2015 10:54:36 +0200 Subject: [PATCH] Documentation: Adapted to new structure --- etc/doxygen/pages/GuiPlugins.dox | 3 +++ etc/doxygen/pages/RobotApi-Gui-plugins.dox | 5 ----- etc/doxygen/pages/mainpage.dox | 14 ++++++++++++++ etc/doxygen/pages/statecharts.dox | 5 ----- 4 files changed, 17 insertions(+), 10 deletions(-) create mode 100644 etc/doxygen/pages/GuiPlugins.dox delete mode 100644 etc/doxygen/pages/RobotApi-Gui-plugins.dox create mode 100644 etc/doxygen/pages/mainpage.dox delete mode 100644 etc/doxygen/pages/statecharts.dox diff --git a/etc/doxygen/pages/GuiPlugins.dox b/etc/doxygen/pages/GuiPlugins.dox new file mode 100644 index 000000000..44c38e278 --- /dev/null +++ b/etc/doxygen/pages/GuiPlugins.dox @@ -0,0 +1,3 @@ +/** + * \defgroup RobotAPI-GuiPlugins GUI Plugins + */ diff --git a/etc/doxygen/pages/RobotApi-Gui-plugins.dox b/etc/doxygen/pages/RobotApi-Gui-plugins.dox deleted file mode 100644 index 7af77799e..000000000 --- a/etc/doxygen/pages/RobotApi-Gui-plugins.dox +++ /dev/null @@ -1,5 +0,0 @@ -/** - * \defgroup RobotAPI-ArmarXGuiPlugins RobotAPI GUI plugins - * \ingroup ArmarXGuiPlugins RobotAPI - * \brief - */ diff --git a/etc/doxygen/pages/mainpage.dox b/etc/doxygen/pages/mainpage.dox new file mode 100644 index 000000000..9e9610cf5 --- /dev/null +++ b/etc/doxygen/pages/mainpage.dox @@ -0,0 +1,14 @@ +\mainpage + +RobotAPI description + +\li \subpage RobotAPI-Overview "RobotAPI Overview" +\li \subpage RobotAPI-Installation "RobotAPI Installation" +\li \subpage RobotAPI-Tutorials "RobotAPI Tutorials" +\li \subpage RobotAPI-HowTos "RobotAPI Howtos" +\li \subpage RobotAPI-FAQ "RobotAPI FAQ" +\li \subpage RobotAPI-Components "RobotAPI Components" +\li \subpage RobotAPI-GuiPlugins "RobotAPI Gui Plugins" +\li \subpage RobotAPI-About "RobotAPI About" +\li \subpage RobotAPI-License "RobotAPI License" + diff --git a/etc/doxygen/pages/statecharts.dox b/etc/doxygen/pages/statecharts.dox deleted file mode 100644 index 190c4ec42..000000000 --- a/etc/doxygen/pages/statecharts.dox +++ /dev/null @@ -1,5 +0,0 @@ -/** -\defgroup RobotAPI-Statecharts RobotAPI Statecharts -\ingroup RobotAPI Statecharts -\brief -*/ -- GitLab