kopia lustrzana https://github.com/Hamlib/Hamlib
Fix Doxygen comment
The description of hamlib_version was attached to hamlib_license and hamlib_license was missing the description.pull/1718/head
rodzic
aeb827a2f1
commit
24eafbd2a4
|
@ -74,6 +74,11 @@
|
|||
#include "hamlibdatetime.h"
|
||||
#include "cache.h"
|
||||
|
||||
/**
|
||||
* \brief Hamlib short license name
|
||||
*
|
||||
*/
|
||||
const char *hamlib_license = "LGPL";
|
||||
/**
|
||||
* \brief Hamlib release number
|
||||
*
|
||||
|
@ -84,7 +89,6 @@
|
|||
* the hamlib_version string. Changing the size provokes a warning from the
|
||||
* dynamic loader.
|
||||
*/
|
||||
const char *hamlib_license = "LGPL";
|
||||
//! @cond Doxygen_Suppress
|
||||
const char hamlib_version[21] = "Hamlib " PACKAGE_VERSION;
|
||||
#if INTPTR_MAX == INT128_MAX
|
||||
|
@ -94,6 +98,7 @@ const char hamlib_version[21] = "Hamlib " PACKAGE_VERSION;
|
|||
#else
|
||||
#define ARCHBITS "32-bit"
|
||||
#endif
|
||||
//! @endcond
|
||||
const char *hamlib_version2 = "Hamlib " PACKAGE_VERSION " " HAMLIBDATETIME " "
|
||||
ARCHBITS;
|
||||
HAMLIB_EXPORT_VAR(int) cookie_use;
|
||||
|
@ -101,7 +106,6 @@ HAMLIB_EXPORT_VAR(int) skip_init;
|
|||
HAMLIB_EXPORT_VAR(int) lock_mode; // for use by rigctld
|
||||
HAMLIB_EXPORT_VAR(powerstat_t)
|
||||
rig_powerstat; // for use by both rigctld and rigctl
|
||||
//! @endcond
|
||||
|
||||
struct rig_caps caps_test;
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue