Update Doxyfile to Doxygen 1.8.15

Generate Doxygen output in doc and ignore this directory in Git.  Add
RTEMS logo.  The Doxygen documentation is now built using the source
tree.  Just invoke "doxygen" in the top-level source directory.

The Doxyfile works also with at least Doxygen 1.8.13 and Doxygen 1.8.14.

Update #3705.
This commit is contained in:
Sebastian Huber
2019-02-27 07:22:54 +01:00
parent 6016894e0c
commit a6e39d4a59
5 changed files with 2537 additions and 1566 deletions

1
.gitignore vendored
View File

@@ -3,3 +3,4 @@ autom4te.cache
configure configure
config.h.in config.h.in
Makefile.in Makefile.in
doc

2535
Doxyfile Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -377,8 +377,6 @@ AM_CONDITIONAL([CPU_V850],[test $RTEMS_CPU = "v850"])
AM_CONDITIONAL([CPU_X86_64],[test $RTEMS_CPU = "x86_64"]) AM_CONDITIONAL([CPU_X86_64],[test $RTEMS_CPU = "x86_64"])
# Explicitly list all Makefiles here # Explicitly list all Makefiles here
AC_CONFIG_FILES([ AC_CONFIG_FILES([Makefile])
Doxyfile
Makefile])
AC_OUTPUT AC_OUTPUT

BIN
rtemslogo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB