X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FEvents.hh;h=bb5578492cf45d193c8c36a5b1b3d44b7aba8d9a;hb=a479735a65e334af538b895f182f8efd36a541c5;hp=feae76f13d7d881a259e79adac1dafc0529cd2ea;hpb=fa368bbbcb79a9aad8daf7cb25a9adee8270d1b8;p=senf.git diff --git a/PPI/Events.hh b/PPI/Events.hh index feae76f..bb55784 100644 --- a/PPI/Events.hh +++ b/PPI/Events.hh @@ -44,7 +44,8 @@ namespace ppi { \section event_impl Implementing Events All events are derived from EventImplementation which is based on EventDescriptor. - \see EventImplementation + \see EventImplementation \n + \ref ppi_events */ // Implementation: The concrete EventDescriptor implementation will need to set things up so @@ -58,6 +59,8 @@ namespace ppi { /** \brief Generic event interface base-class The EventDescriptor base-class provides an interface to control events. + + \see \ref ppi_events */ class EventDescriptor {