kopia lustrzana https://github.com/Hamlib/Hamlib
Fix Doxygen documentation for the GRBLTRK rotators
Fixes: .../include/hamlib/rotlist.h:642: warning: documentation for unknown define ROT_MODEL_GRBLTRK found. .../include/hamlib/rotlist.h:651: warning: Member ROT_MODEL_GRBLTRK_SER (macro definition) of group rotator is not documented. .../include/hamlib/rotlist.h:652: warning: Member ROT_MODEL_GRBLTRK_NET (macro definition) of group rotator is not documented. .../include/hamlib/rotlist.h:651: warning: Member ROT_MODEL_GRBLTRK_SER (macro definition) of group rotator is not documented. .../include/hamlib/rotlist.h:652: warning: Member ROT_MODEL_GRBLTRK_NET (macro definition) of group rotator is not documented.pull/1255/head
rodzic
38cc75c568
commit
3c94527fb6
|
@ -637,9 +637,17 @@
|
|||
#define ROT_MODEL_ANDROIDSENSOR ROT_MAKE_MODEL(ROT_ANDROIDSENSOR, 1)
|
||||
|
||||
/**
|
||||
* \brief A macro that returns the model number of the GRBLTRK backend.
|
||||
* \brief A macro that returns the model number of the ROT_MODEL_GRBLTRK_SER backend.
|
||||
*
|
||||
* \def ROT_MODEL_GRBLTRK
|
||||
* \def ROT_MODEL_GRBLTRK_SER
|
||||
*
|
||||
* The GRBLTRK backend can be used with rotators that support the GRBL
|
||||
* protocol.
|
||||
*/
|
||||
/**
|
||||
* \brief A macro that returns the model number of the ROT_MODEL_GRBLTRK_NET backend.
|
||||
*
|
||||
* \def ROT_MODEL_GRBLTRK_NET
|
||||
*
|
||||
* The GRBLTRK backend can be used with rotators that support the GRBL
|
||||
* protocol.
|
||||
|
|
Ładowanie…
Reference in New Issue