mirror of
git://sourceware.org/git/libabigail.git
synced 2025-02-01 06:11:37 +00:00
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:
parent
522cc62b9b
commit
eab50ee4b0
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user