mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 03:15:34 +08:00
refs #248 doxygen
This commit is contained in:
@@ -187,7 +187,7 @@ JAVADOC_AUTOBRIEF = NO
|
|||||||
# requiring an explicit \brief command for a brief description.)
|
# requiring an explicit \brief command for a brief description.)
|
||||||
# The default value is: NO.
|
# 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
|
# 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
|
# multi-line C++ special comment block (i.e. a block of //! or /// comments) as
|
||||||
@@ -778,6 +778,7 @@ FILE_PATTERNS = *.ii \
|
|||||||
*.ipp \
|
*.ipp \
|
||||||
*.i++ \
|
*.i++ \
|
||||||
*.inl \
|
*.inl \
|
||||||
|
*.inc \
|
||||||
*.h \
|
*.h \
|
||||||
*.hh \
|
*.hh \
|
||||||
*.hxx \
|
*.hxx \
|
||||||
|
|||||||
@@ -187,7 +187,7 @@ JAVADOC_AUTOBRIEF = NO
|
|||||||
# requiring an explicit \brief command for a brief description.)
|
# requiring an explicit \brief command for a brief description.)
|
||||||
# The default value is: NO.
|
# 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
|
# 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
|
# multi-line C++ special comment block (i.e. a block of //! or /// comments) as
|
||||||
@@ -778,6 +778,7 @@ FILE_PATTERNS = *.ii \
|
|||||||
*.ipp \
|
*.ipp \
|
||||||
*.i++ \
|
*.i++ \
|
||||||
*.inl \
|
*.inl \
|
||||||
|
*.inc \
|
||||||
*.h \
|
*.h \
|
||||||
*.hh \
|
*.hh \
|
||||||
*.hxx \
|
*.hxx \
|
||||||
|
|||||||
@@ -8,7 +8,10 @@
|
|||||||
|
|
||||||
//! \file
|
//! \file
|
||||||
|
|
||||||
//! \namespace XBus
|
/*!
|
||||||
|
* \namespace XBus
|
||||||
|
* Plugin loaded by X-Plane which publishes a DBus service
|
||||||
|
*/
|
||||||
|
|
||||||
#define NOMINMAX
|
#define NOMINMAX
|
||||||
#include "menus.h"
|
#include "menus.h"
|
||||||
@@ -31,8 +34,10 @@ namespace XBus
|
|||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
//! Constructor
|
||||||
CPlugin();
|
CPlugin();
|
||||||
|
|
||||||
|
//! Called by XPluginReceiveMessage when the model is changed
|
||||||
void onAircraftModelChanged();
|
void onAircraftModelChanged();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|||||||
@@ -11,7 +11,9 @@
|
|||||||
#include "datarefs.h"
|
#include "datarefs.h"
|
||||||
#include <QObject>
|
#include <QObject>
|
||||||
|
|
||||||
|
//! \private
|
||||||
#define XBUS_SERVICE_INTERFACENAME "net.vatsim.PilotClient.XBus"
|
#define XBUS_SERVICE_INTERFACENAME "net.vatsim.PilotClient.XBus"
|
||||||
|
//! \private
|
||||||
#define XBUS_SERVICE_OBJECTPATH "/XBus"
|
#define XBUS_SERVICE_OBJECTPATH "/XBus"
|
||||||
|
|
||||||
namespace XBus
|
namespace XBus
|
||||||
|
|||||||
Reference in New Issue
Block a user