9
0
Fork 0

treewide: drop Doxygen stuff

Doxygen documentation is removed in the commit

  commit 98360be0fe
  Author: Sascha Hauer <s.hauer@pengutronix.de>
  Date:   Tue Jun 17 10:27:03 2014 +0200

      Documentation: remove doxygen documentation

Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Antony Pavlov 2014-07-26 21:17:10 +04:00 committed by Sascha Hauer
parent 7ac222cbad
commit 0acd345c02
3 changed files with 2 additions and 7 deletions

1
.gitignore vendored
View File

@ -66,7 +66,6 @@ include/linux/compile.h
include/generated
# Generated files
Doxyfile.version
Documentation/commands/*.rst
doctrees/

View File

@ -774,10 +774,6 @@ include/config/kernel.release: include/config/auto.conf FORCE
$(Q)rm -f $@
$(Q)echo $(KERNELVERSION)$(localversion) > $@
Doxyfile.version: include/config/auto.conf FORCE
$(Q)rm -f $@
$(Q)echo "PROJECT_NUMBER = $(KERNELRELEASE)" > $@
# Things we need to do before we recursively start building the kernel
# or the modules are listed in "prepare".
# A multi level approach is used. prepareN is processed before prepareN-1.
@ -996,7 +992,7 @@ CLEAN_FILES += barebox System.map include/generated/barebox_default_env.h \
.tmp_version .tmp_barebox* barebox.bin barebox.map barebox.S \
.tmp_kallsyms* common/barebox_default_env* barebox.ldr \
scripts/bareboxenv-target barebox-flash-image \
Doxyfile.version barebox.srec barebox.s5p barebox.ubl \
barebox.srec barebox.s5p barebox.ubl \
barebox.uimage barebox.spi barebox.kwb barebox.kwbuart
# Directories & files removed with 'make mrproper'

2
README
View File

@ -179,7 +179,7 @@ net/ -> Networking stuff
scripts/ -> Kconfig system
Documentation/ -> Doxygen generated documentation
Documentation/ -> Sphinx generated documentation
Release Strategy