mirror of
https://github.com/kelvinlawson/atomthreads.git
synced 2026-02-13 10:23:15 +01:00
ARM/IntegratorCP: Create doxygen output for common ARM port folder and platform folder.
This commit is contained in:
@@ -423,7 +423,7 @@ WARN_LOGFILE =
|
||||
# directories like "/usr/src/myproject". Separate the files or directories
|
||||
# with spaces.
|
||||
|
||||
INPUT =
|
||||
INPUT = ../..
|
||||
|
||||
# If the value of the INPUT tag contains directories, you can use the
|
||||
# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
|
||||
|
||||
1161
ports/arm/platforms/qemu_integratorcp/Doxyfile
Normal file
1161
ports/arm/platforms/qemu_integratorcp/Doxyfile
Normal file
File diff suppressed because it is too large
Load Diff
@@ -112,11 +112,13 @@ clean:
|
||||
rm -f *.o *.elf *.map *.lst
|
||||
rm -rf doxygen-kernel
|
||||
rm -rf doxygen-arm
|
||||
rm -rf doxygen-platform
|
||||
rm -rf build
|
||||
|
||||
# Generate Doxygen documentation
|
||||
doxygen:
|
||||
doxygen $(KERNEL_DIR)/Doxyfile
|
||||
doxygen ../../Doxyfile
|
||||
doxygen ./Doxyfile
|
||||
|
||||
# Run tests within simavr simulator
|
||||
|
||||
Reference in New Issue
Block a user