From 2d2c51a48c017bce67ccf34cfa44622c4215a483 Mon Sep 17 00:00:00 2001 From: Thiago Jung Bauermann Date: Mon, 4 Jul 2011 18:50:17 +0000 Subject: * ui-out.c (ui_out_field_core_addr): Mention that the function description is in the header file. * ui-out.h (ui_out_field_core_addr): Document function. --- gdb/ui-out.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gdb/ui-out.c') diff --git a/gdb/ui-out.c b/gdb/ui-out.c index b022cae0d19..2994828da2f 100644 --- a/gdb/ui-out.c +++ b/gdb/ui-out.c @@ -486,6 +486,8 @@ ui_out_field_fmt_int (struct ui_out *uiout, uo_field_int (uiout, fldno, input_width, input_align, fldname, value); } +/* Documented in ui-out.h. */ + void ui_out_field_core_addr (struct ui_out *uiout, const char *fldname, -- cgit v1.2.1