kopia lustrzana https://github.com/Hamlib/Hamlib
Add amp_state.h to Doxygen docs
rodzic
79f8b1cde8
commit
6cfaf03edd
|
@ -8,6 +8,7 @@ dist_man_MANS = man1/ampctl.1 man1/ampctld.1 \
|
|||
SRCDOCLST = \
|
||||
../include/hamlib/amplifier.h \
|
||||
../include/hamlib/amplist.h \
|
||||
../include/hamlib/amp_state.h \
|
||||
../include/hamlib/rig.h \
|
||||
../include/hamlib/rotator.h \
|
||||
../include/hamlib/rotlist.h \
|
||||
|
|
|
@ -24,6 +24,21 @@
|
|||
#ifndef _AMP_STATE_H
|
||||
#define _AMP_STATE_H 1
|
||||
|
||||
/**
|
||||
* \addtogroup amplifier
|
||||
* @{
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
* \brief Hamlib amplifier state structure.
|
||||
*
|
||||
* \file amp_state.h
|
||||
*
|
||||
* This file contains the live data state structure of the amplifier.
|
||||
*/
|
||||
|
||||
|
||||
__BEGIN_DECLS
|
||||
/**
|
||||
* \brief Amplifier state structure.
|
||||
|
@ -69,3 +84,5 @@ struct amp_state
|
|||
__END_DECLS
|
||||
|
||||
#endif /* _AMP_STATE_H */
|
||||
|
||||
/** @} */
|
||||
|
|
Ładowanie…
Reference in New Issue