ARM/IntegratorCP: Create doxygen output for common ARM port folder and platform folder.

This commit is contained in:
Kelvin Lawson
2013-03-06 22:33:35 +00:00
parent 4e7c9c4c52
commit dda5aedb57
3 changed files with 1164 additions and 1 deletions

View File

@@ -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

File diff suppressed because it is too large Load Diff

View File

@@ -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