libjit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Libjit] [PATCH] Mention jit-dump.h in the documentation


From: Aleksey Demakov
Subject: Re: [Libjit] [PATCH] Mention jit-dump.h in the documentation
Date: Tue, 16 Jan 2018 02:11:57 +0300

Applied, thanks.

On Tue, Jan 16, 2018 at 1:06 AM, Tom Tromey <address@hidden> wrote:
> I noticed that the documentation for the dumping functions did not
> mention jit-dump.h.  This patch updates the documentation.
> ---
>  ChangeLog      | 4 ++++
>  jit/jit-dump.c | 4 ++++
>  2 files changed, 8 insertions(+)
>
> diff --git a/ChangeLog b/ChangeLog
> index a4d2af0..4f77e45 100644
> --- a/ChangeLog
> +++ b/ChangeLog
> @@ -1,3 +1,7 @@
> +2018-01-15  Tom Tromey  <address@hidden>
> +
> +       * jit/jit-dump.c: Document the need for jit-dump.h.
> +
>  2018-01-10  David Meyer  <address@hidden>
>
>         * jit/jit-apply.c (jit_apply_builder_add_arguments): fix a bug with
> diff --git a/jit/jit-dump.c b/jit/jit-dump.c
> index f1a9daa..7d59e6c 100644
> --- a/jit/jit-dump.c
> +++ b/jit/jit-dump.c
> @@ -38,6 +38,10 @@
>
>  @cindex jit-dump.h
>
> +The library provides some functions for dumping various objects to a
> +stream.  These functions are declared in the header
> address@hidden<jit/jit-dump.h>}.
> +
>  @*/
>
>  /*@
> --
> 2.13.6
>
>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]