mirror of
git://sourceware.org/git/libabigail.git
synced 2024-12-17 07:24:34 +00:00
Fix apidoc markup
* include/abg-comparison.h (class var_diff): @ref var_decls -> @ref var_decl. * src/abg-comparison.cc (function_decl_diff::first_function_decl): @Return -> @return. Signed-off-by: Dodji Seketeli <dodji@redhat.com>
This commit is contained in:
parent
22f6a640e7
commit
1b0f6b489a
@ -181,7 +181,7 @@ class var_diff;
|
||||
/// Convenience typedef for a shared pointer to var_diff.
|
||||
typedef shared_ptr<var_diff> var_diff_sptr;
|
||||
|
||||
/// Abstracts a diff between two instances of @ref var_decls
|
||||
/// Abstracts a diff between two instances of @ref var_decl
|
||||
class var_diff : public diff
|
||||
{
|
||||
struct priv;
|
||||
|
@ -2885,7 +2885,7 @@ function_decl_diff::function_decl_diff(const function_decl_sptr first,
|
||||
(priv_->fn_binding_to_flag(second_function_decl()));
|
||||
}
|
||||
|
||||
/// @Return the first function considered by the diff.
|
||||
/// @return the first function considered by the diff.
|
||||
const function_decl_sptr
|
||||
function_decl_diff::first_function_decl() const
|
||||
{return dynamic_pointer_cast<function_decl>(first_subject());}
|
||||
|
Loading…
Reference in New Issue
Block a user