summaryrefslogtreecommitdiff
path: root/src/drivers
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2018-06-23 10:46:28 +0000
committerMatthias Melcher <fltk@matthiasm.com>2018-06-23 10:46:28 +0000
commit8c993648dbb568e35271ad4c8bd346d7eb97e69b (patch)
tree1a8741e36ad47977712158e2a53ab56ed3571adc /src/drivers
parent8923162f138b7a2b72d27c50b3b0a37b001b6f0a (diff)
Android: Android Developer Documentation would work but needs some changes in Doxyfile:
- if develoer doc is wantedn, add 'ENABLED_SECTIONS = AndroidDev' - currently, Doxyfile enables everything related to drivers, so remove 'EXCLUDE = /Users/matt/dev/fltk-1.4.svn/src/driversxx/' With this, we get a sparsely filled module named 'Android Developer Documentation' and a lot of other driver related classes, which could also be encapsulated in doxygen '@if DriverDev'. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12967 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/drivers')
-rw-r--r--src/drivers/Android/Fl_Android_Screen_Driver.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/drivers/Android/Fl_Android_Screen_Driver.cxx b/src/drivers/Android/Fl_Android_Screen_Driver.cxx
index 959a49fca..164c70bf1 100644
--- a/src/drivers/Android/Fl_Android_Screen_Driver.cxx
+++ b/src/drivers/Android/Fl_Android_Screen_Driver.cxx
@@ -17,6 +17,13 @@
//
+/**
+ * @if AndroidDev
+ * @defgroup AndroidDeveloper Android Developer Documentation
+ * @{
+ */
+
+
#include "../../config_lib.h"
#include "Fl_Android_Screen_Driver.H"
#include "Fl_Android_Application.H"
@@ -32,13 +39,6 @@
/**
- * @cond AndroidDev
- * @defgroup AndroidDeveloper Android Develoer Documentation
- * @{
- */
-
-
-/**
* @class Fl_Android_Screen_Driver
*
* Handle Android screen devices.
@@ -566,7 +566,7 @@ void Fl_Android_Screen_Driver::grab(Fl_Window* win)
/**
* @}
- * @endcond AndroidDev
+ * @endif
*/