mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +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.)
|
||||
# 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 \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user