Fix doxygen from previous commit

Former-commit-id: 4a4f9ba3b931d996bd0b7b4bae7b685b83b92a37
This commit is contained in:
Marek Nečada 2019-07-16 08:23:39 +03:00
parent 261ff9456f
commit a315923750
1 changed files with 4 additions and 4 deletions

View File

@ -333,7 +333,7 @@ typedef struct qpms_tmatrix_t {
/// Classification of a 3D point group.
typedef enum {
/// Axial groups
// Axial groups
QPMS_PGS_CN, ///< Rotational symmetry \f$ \mathrm{C_{nv}} \f$.
QPMS_PGS_S2N, ///< Rotoreflectional symmetry \f$ \mathrm{S_{2n}} \f$.
QPMS_PGS_CNH, ///< Rotational symmetry with horizontal reflection \f$ \mathrm{C_{nh}} \f$.
@ -342,7 +342,7 @@ typedef enum {
QPMS_PGS_DND, ///< Antiprismatic symmetry \f$ \mathrm{D_{nd}} \f$.
QPMS_PGS_DNH, ///< Prismatic symmetry \f$ \mathrm{D_{nh}} \f$.
/// Remaining polyhedral groups
// Remaining polyhedral groups
QPMS_PGS_T, ///< Chiral tetrahedral symmetry \f$ \mathrm{T} \f$.
QPMS_PGS_TD, ///< Full tetrahedral symmetry \f$ \mathrm{T_d} \f$.
QPMS_PGS_TH, ///< Pyritohedral symmetry \f$ \mathrm{T_h} \f$.
@ -351,14 +351,14 @@ typedef enum {
QPMS_PGS_I, ///< Chiral icosahedral symmetry \f$ \mathrm{I} \f$.
QPMS_PGS_IH, ///< Full icosahedral symmetry \f$ \mathrm{I_h} \f$.
/// Continuous axial groups
// Continuous axial groups
QPMS_PGS_CINF, ///< \f$ \mathrm{C_\infty} \f$
QPMS_PGS_CINFH, ///< \f$ \mathrm{C_{\infty h}} \f$
QPMS_PGS_CINFV, ///< \f$ \mathrm{C_{\infty v}} \f$
QPMS_PGS_DINF, ///< \f$ \mathrm{D_\infty} \f$
QPMS_PGS_DINFH, ///< \f$ \mathrm{D_{\infty h}} \f$
/// Continuous groups
// Remaining continuous groups
QPMS_PGS_SO3, ///< Special orthogonal group \f$ \mathrm{SO(3)}.
QPMS_PGS_O3, ///< Orthogonal group \f$ \mathrm{O(3)}.
} qpms_pgs_class;