Doxygenate gdbtypes.h
This commit is contained in:
parent
0021d171fa
commit
5e3a2c38d7
4 changed files with 460 additions and 350 deletions
|
@ -1,3 +1,8 @@
|
|||
2014-03-12 Stan Shebs <stan@codesourcery.com>
|
||||
|
||||
* gdbtypes.h: Annotate comments for Doxygen, add a page
|
||||
block comment with some general info.
|
||||
|
||||
2014-03-12 Pedro Alves <palves@redhat.com>
|
||||
|
||||
* infcmd.c (prepare_execution_command): New function, factored out
|
||||
|
|
|
@ -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!'.
|
||||
|
|
|
@ -27,6 +27,7 @@ PROJECT_NAME = "GDB (API)"
|
|||
# everything.)
|
||||
|
||||
INPUT = @srcdir@/../defs.h \
|
||||
@srcdir@/../gdbtypes.h \
|
||||
@srcdir@/../minsyms.h \
|
||||
@srcdir@/../utils.h
|
||||
|
||||
|
|
800
gdb/gdbtypes.h
800
gdb/gdbtypes.h
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue