diff options
author | Tom Tromey <tromey@adacore.com> | 2019-03-20 08:12:38 -0600 |
---|---|---|
committer | Tom Tromey <tromey@adacore.com> | 2019-03-20 11:28:44 -0600 |
commit | 48869a5f9c439dc8f5cb47b8d5bada77b4c3c2cb (patch) | |
tree | 17796aa1668d122520627b99fba0c7c8f5373794 /gdb/doc/ChangeLog | |
parent | 595915c1c135a77afa01d30a888a48fcc55a08ec (diff) | |
download | gdb-48869a5f9c439dc8f5cb47b8d5bada77b4c3c2cb.zip gdb-48869a5f9c439dc8f5cb47b8d5bada77b4c3c2cb.tar.gz gdb-48869a5f9c439dc8f5cb47b8d5bada77b4c3c2cb.tar.bz2 |
Use @defvar to document gdb.pretty_printers
While referencing the manual, I noticed that gdb.pretty_printers
wasn't documented using @defvar. This made it more difficult to find
in the info pages. This patch adds the @defvar and also an
introductory paragraph in that node.
gdb/doc/ChangeLog
2019-03-20 Tom Tromey <tromey@adacore.com>
* python.texi (Selecting Pretty-Printers): Use @defvar for
gdb.pretty_printers.
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r-- | gdb/doc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 6b9911c..447d74e 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2019-03-20 Tom Tromey <tromey@adacore.com> + + * python.texi (Selecting Pretty-Printers): Use @defvar for + gdb.pretty_printers. + 2019-03-14 Simon Marchi <simon.marchi@efficios.com> * gdb.texinfo (GDB/MI Development and Front Ends): Fix closing |