]> granicus.if.org Git - icinga2/blob - lib/icinga/i2-icinga.hpp
Merge pull request #7001 from Icinga/bugfix/doc-assignment-5430
[icinga2] / lib / icinga / i2-icinga.hpp
1 /* Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ */
2
3 #ifndef I2ICINGA_H
4 #define I2ICINGA_H
5
6 /**
7  * @defgroup icinga Icinga library
8  *
9  * The Icinga library implements all Icinga-specific functionality that is
10  * common to all components (e.g. hosts, services, etc.).
11  */
12
13 #include "base/i2-base.hpp"
14
15 #endif /* I2ICINGA_H */