abg-config.{cc,h}: Misc comment cleanups

* include/abg-config.h (abigail_get_library_version): Remove the
	comment from the header file ...
	* src/abg-config.cc (abigail_get_library_version): ... to put it
	in the definition.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
This commit is contained in:
Dodji Seketeli 2021-11-12 18:28:43 +01:00
parent 522cc62b9b
commit eab50ee4b0
2 changed files with 9 additions and 9 deletions

View File

@ -58,15 +58,6 @@ public:
extern "C"
{
/// Return the relevant version numbers of the library.
///
/// \param maj the major version number of the library.
///
/// \param min the minor version number of the library.
///
/// \param rev the revision version number of the library.
///
/// \param suf the version suffix of the library.
void
abigail_get_library_version(std::string& maj,
std::string& min,

View File

@ -68,6 +68,15 @@ config::set_tu_instr_archive_suffix(const std::string& s)
extern "C"
{
/// Return the relevant version numbers of the library.
///
/// @param maj the major version number of the library.
///
/// @param min the minor version number of the library.
///
/// @param rev the revision version number of the library.
///
/// @param suf the version suffix of the library.
void
abigail_get_library_version(std::string& major,
std::string& minor,