mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-25 04:20:32 +08:00
libstdc++: Fix more doxygen markup for group close commands
Similar to r11-8009 but for /* @} */ comments this time, which should be /** @} */ for Doxygen to recognize them. libstdc++-v3/ChangeLog: * include/bits/random.h: Fix doxygen group commands. * include/bits/regex_constants.h: Likewise. * include/tr1/random.h: Likewise.
This commit is contained in:
parent
123b3e03c9
commit
014b6dbcaa
libstdc++-v3/include
@ -1675,7 +1675,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
|
||||
};
|
||||
};
|
||||
|
||||
/* @} */ // group random_generators
|
||||
/// @} group random_generators
|
||||
|
||||
/**
|
||||
* @addtogroup random_distributions Random Number Distributions
|
||||
@ -1951,7 +1951,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
|
||||
operator>>(std::basic_istream<_CharT, _Traits>&,
|
||||
std::uniform_real_distribution<_RealType>&);
|
||||
|
||||
/* @} */ // group random_distributions_uniform
|
||||
/// @} group random_distributions_uniform
|
||||
|
||||
/**
|
||||
* @addtogroup random_distributions_normal Normal Distributions
|
||||
@ -3506,7 +3506,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
|
||||
{ return !(__d1 == __d2); }
|
||||
|
||||
|
||||
/* @} */ // group random_distributions_normal
|
||||
/// @} group random_distributions_normal
|
||||
|
||||
/**
|
||||
* @addtogroup random_distributions_bernoulli Bernoulli Distributions
|
||||
@ -4402,7 +4402,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
|
||||
{ return !(__d1 == __d2); }
|
||||
|
||||
|
||||
/* @} */ // group random_distributions_bernoulli
|
||||
/// @} group random_distributions_bernoulli
|
||||
|
||||
/**
|
||||
* @addtogroup random_distributions_poisson Poisson Distributions
|
||||
@ -6048,9 +6048,9 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
|
||||
{ return !(__d1 == __d2); }
|
||||
|
||||
|
||||
/* @} */ // group random_distributions_poisson
|
||||
/// @} group random_distributions_poisson
|
||||
|
||||
/* @} */ // group random_distributions
|
||||
/// @} *group random_distributions
|
||||
|
||||
/**
|
||||
* @addtogroup random_utilities Random Number Utilities
|
||||
@ -6101,9 +6101,9 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
|
||||
std::vector<result_type> _M_v;
|
||||
};
|
||||
|
||||
/* @} */ // group random_utilities
|
||||
/// @} group random_utilities
|
||||
|
||||
/* @} */ // group random
|
||||
/// @} group random
|
||||
|
||||
_GLIBCXX_END_NAMESPACE_VERSION
|
||||
} // namespace std
|
||||
|
@ -409,7 +409,7 @@ namespace regex_constants
|
||||
|
||||
///@}
|
||||
} // namespace regex_constants
|
||||
/* @} */ // group regex
|
||||
/// @} group regex
|
||||
|
||||
_GLIBCXX_END_NAMESPACE_VERSION
|
||||
} // namespace std
|
||||
|
@ -1543,7 +1543,7 @@ namespace tr1
|
||||
#endif
|
||||
};
|
||||
|
||||
/* @} */ // group tr1_random_generators
|
||||
/// @} group tr1_random_generators
|
||||
|
||||
/**
|
||||
* @addtogroup tr1_random_distributions Random Number Distributions
|
||||
@ -2046,7 +2046,7 @@ namespace tr1
|
||||
bool _M_easy;
|
||||
};
|
||||
|
||||
/* @} */ // group tr1_random_distributions_discrete
|
||||
/// @} group tr1_random_distributions_discrete
|
||||
|
||||
/**
|
||||
* @addtogroup tr1_random_distributions_continuous Continuous Distributions
|
||||
@ -2403,9 +2403,9 @@ namespace tr1
|
||||
result_type _M_l_d;
|
||||
};
|
||||
|
||||
/* @} */ // group tr1_random_distributions_continuous
|
||||
/* @} */ // group tr1_random_distributions
|
||||
/* @} */ // group tr1_random
|
||||
/// @} group tr1_random_distributions_continuous
|
||||
/// @} group tr1_random_distributions
|
||||
/// @} group tr1_random
|
||||
}
|
||||
|
||||
_GLIBCXX_END_NAMESPACE_VERSION
|
||||
|
Loading…
x
Reference in New Issue
Block a user