mirror of
git://sourceware.org/git/libabigail.git
synced 2025-03-09 16:17:48 +00:00
Improve the doc string for the elf_symbol::get_id_string() method
* src/abg-ir.cc (elf_symbol::get_id_string): Improve doc string. Talk about the content of the id string of an elf symbol. Signed-off-by: Dodji Seketeli <dodji@redhat.com>
This commit is contained in:
parent
99b31c92ff
commit
501d5ab502
@ -582,6 +582,14 @@ elf_symbol::add_alias(elf_symbol* alias)
|
||||
|
||||
/// Get a string that is representative of a given elf_symbol.
|
||||
///
|
||||
/// If the symbol has a version, then the ID string is the
|
||||
/// concatenation of the name of the symbol, the '@' character, and
|
||||
/// the version of the symbol. If the version is the default version
|
||||
/// of the symbol then the '@' character is replaced by a "@@" string.
|
||||
///
|
||||
/// Otherwise, if the symbol does not have any version, this function
|
||||
/// returns the name of the symbol.
|
||||
///
|
||||
/// @return a the ID string.
|
||||
const string&
|
||||
elf_symbol::get_id_string() const
|
||||
|
Loading…
Reference in New Issue
Block a user