libjit
[Top][All Lists]
Advanced

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

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


From: Tom Tromey
Subject: [Libjit] [PATCH] Mention jit-dump.h in the documentation
Date: Mon, 15 Jan 2018 15:06:15 -0700

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]