mirror of
git://sourceware.org/git/libabigail.git
synced 2025-03-19 09:59:13 +00:00
Comment functions and types of abipkgdiff
* src/abg-dwarf-reader.cc (get_soname_of_elf_file): Better wording of the apidoc of this function. * tools/abipkgdiff.cc (verbose, elf_file_paths): Add apidoc for these global variables. (struct options, ): Add apidoc for these types. (options::{erase_extraction_directory, erase_extraction_directories}, display_usage, extract_rpm) (erase_created_temporary_directories, extract_package) (file_tree_walker_callback_fn, compare) (create_maps_of_package_content) (extract_package_and_map_its_content, prepare_packages, compare) (parse_command_line): Add apidoc for these functions. Signed-off-by: Dodji Seketeli <dodji@redhat.com>
This commit is contained in:
parent
260b92f5df
commit
2da9825c59
@ -119,7 +119,7 @@ public:
|
||||
/// A convenience typedef for a shared pointer to elf_file.
|
||||
typedef shared_ptr<elf_file> elf_file_sptr;
|
||||
|
||||
/// Abstract the result of comparing two package.
|
||||
/// Abstract the result of comparing two packages.
|
||||
///
|
||||
/// This contains the the paths of the set of added binaries, removed
|
||||
/// binaries, and binaries whic ABI changed.
|
||||
|
Loading…
Reference in New Issue
Block a user