refs #248 doxygen

This commit is contained in:
Mathew Sutcliffe
2014-06-17 21:18:49 +01:00
parent ae5ce81d7f
commit 854b11ef10
4 changed files with 12 additions and 3 deletions

View File

@@ -187,7 +187,7 @@ JAVADOC_AUTOBRIEF = NO
# requiring an explicit \brief command for a brief description.)
# The default value is: NO.
QT_AUTOBRIEF = NO
QT_AUTOBRIEF = YES
# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make doxygen treat a
# multi-line C++ special comment block (i.e. a block of //! or /// comments) as
@@ -778,6 +778,7 @@ FILE_PATTERNS = *.ii \
*.ipp \
*.i++ \
*.inl \
*.inc \
*.h \
*.hh \
*.hxx \

View File

@@ -187,7 +187,7 @@ JAVADOC_AUTOBRIEF = NO
# requiring an explicit \brief command for a brief description.)
# The default value is: NO.
QT_AUTOBRIEF = NO
QT_AUTOBRIEF = YES
# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make doxygen treat a
# multi-line C++ special comment block (i.e. a block of //! or /// comments) as
@@ -778,6 +778,7 @@ FILE_PATTERNS = *.ii \
*.ipp \
*.i++ \
*.inl \
*.inc \
*.h \
*.hh \
*.hxx \

View File

@@ -8,7 +8,10 @@
//! \file
//! \namespace XBus
/*!
* \namespace XBus
* Plugin loaded by X-Plane which publishes a DBus service
*/
#define NOMINMAX
#include "menus.h"
@@ -31,8 +34,10 @@ namespace XBus
Q_OBJECT
public:
//! Constructor
CPlugin();
//! Called by XPluginReceiveMessage when the model is changed
void onAircraftModelChanged();
private:

View File

@@ -11,7 +11,9 @@
#include "datarefs.h"
#include <QObject>
//! \private
#define XBUS_SERVICE_INTERFACENAME "net.vatsim.PilotClient.XBus"
//! \private
#define XBUS_SERVICE_OBJECTPATH "/XBus"
namespace XBus