From ce537fb3e78299dafff8c2f5d353fedfa7d5812d Mon Sep 17 00:00:00 2001 From: Mike Kremer Date: Wed, 4 Feb 2009 14:16:55 +0000 Subject: [PATCH] Added some references to interface documentation git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@4640 383ad7c9-94d9-4d36-a494-682f7c89f535 --- BasePlugin/BaseInterface.hh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/BasePlugin/BaseInterface.hh b/BasePlugin/BaseInterface.hh index 3c42607a..f6b3ba28 100644 --- a/BasePlugin/BaseInterface.hh +++ b/BasePlugin/BaseInterface.hh @@ -53,6 +53,11 @@ * You have to implement at least name and description for your plugin. * All other functions and signals are optional. If you want to implement or use * them just add them to your plugin header. + * + * See \ref pluginProgramming for a tutorial on plugin programming. + * + * Also see \ref dataFlow diagrams for a detailed overview of + * OpenFlipper's data flow and interface function calls. */ class BaseInterface { -- GitLab