mirror of
git://sourceware.org/git/libabigail.git
synced 2025-02-09 10:07:14 +00:00
Fix a function doc
* src/abg-ir.cc: (location_manager::expand_location): Fix a factual error in the function documentation. Signed-off-by: Ondrej Oprala <ooprala@redhat.com>
This commit is contained in:
parent
18d535ba7f
commit
d666327051
@ -229,7 +229,7 @@ location_manager::create_new_location(const std::string& file_path,
|
||||
/// Given an instance of location type, return the triplet
|
||||
/// {path,line,column} that represents the source locus. Note that
|
||||
/// the location must have been previously created from the function
|
||||
/// location_manager::expand_location otherwise this function yields
|
||||
/// location_manager::create_new_location, otherwise this function yields
|
||||
/// unexpected results, including possibly a crash.
|
||||
///
|
||||
/// @param location the instance of location type to expand
|
||||
|
Loading…
Reference in New Issue
Block a user