Fix Doxygen comment

The description of hamlib_version was attached to hamlib_license
and hamlib_license was missing the description.
pull/1718/head
Daniele Forsi IU5HKX 2025-04-29 08:54:56 +02:00
rodzic aeb827a2f1
commit 24eafbd2a4
1 zmienionych plików z 6 dodań i 2 usunięć

Wyświetl plik

@ -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;