mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 04:24:45 +00:00
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:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -3,3 +3,4 @@ autom4te.cache
|
||||
configure
|
||||
config.h.in
|
||||
Makefile.in
|
||||
doc
|
||||
|
||||
1563
cpukit/Doxyfile.in
1563
cpukit/Doxyfile.in
File diff suppressed because it is too large
Load Diff
@@ -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
rtemslogo.png
Normal file
BIN
rtemslogo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 21 KiB |
Reference in New Issue
Block a user