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-03-04 07:07:05 +01:00
parent 6016894e0c
commit a6e39d4a59
5 changed files with 2537 additions and 1566 deletions
+1
View File
@@ -3,3 +3,4 @@ autom4te.cache
configure
config.h.in
Makefile.in
doc
+2535
View File
File diff suppressed because it is too large Load Diff
-1563
View File
File diff suppressed because it is too large Load Diff
+1 -3
View File
@@ -377,8 +377,6 @@ AM_CONDITIONAL([CPU_V850],[test $RTEMS_CPU = "v850"])
AM_CONDITIONAL([CPU_X86_64],[test $RTEMS_CPU = "x86_64"])
# Explicitly list all Makefiles here
AC_CONFIG_FILES([
Doxyfile
Makefile])
AC_CONFIG_FILES([Makefile])
AC_OUTPUT
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB