diff options
author | Stan Shebs <stan@codesourcery.com> | 2014-03-12 19:36:45 -0700 |
---|---|---|
committer | Stan Shebs <stan@codesourcery.com> | 2014-03-12 19:36:45 -0700 |
commit | 5e3a2c38d793123e32547f165f18b362438ce603 (patch) | |
tree | 189548c4af8bd05947ecff56a875a5927365c139 /gdb/doc | |
parent | 0021d171fa6d986c1fd6ba73308e7387fbaabcd8 (diff) | |
download | gdb-5e3a2c38d793123e32547f165f18b362438ce603.zip gdb-5e3a2c38d793123e32547f165f18b362438ce603.tar.gz gdb-5e3a2c38d793123e32547f165f18b362438ce603.tar.bz2 |
Doxygenate gdbtypes.h
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/Doxyfile-gdb-api.in | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 47f5f38..bcf5ab7 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2014-03-12 Stan Shebs <stan@codesourcery.com> + + * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h. + 2014-02-26 Ludovic Courtès <ludo@gnu.org> * gdb/doc/guile.texi (Basic Guile): Document 'history-append!'. diff --git a/gdb/doc/Doxyfile-gdb-api.in b/gdb/doc/Doxyfile-gdb-api.in index 02f8bdd..1420464 100644 --- a/gdb/doc/Doxyfile-gdb-api.in +++ b/gdb/doc/Doxyfile-gdb-api.in @@ -27,6 +27,7 @@ PROJECT_NAME = "GDB (API)" # everything.) INPUT = @srcdir@/../defs.h \ + @srcdir@/../gdbtypes.h \ @srcdir@/../minsyms.h \ @srcdir@/../utils.h |