Updated doxygen config file

git-svn-id: https://svn.vbchaos.nl/svn/hsb/trunk@424 05563f52-14a8-4384-a975-3d1654cca0fa
This commit is contained in:
mmi
2018-01-12 13:34:32 +00:00
parent 7f42b00161
commit 08170e0de7
2 changed files with 2318 additions and 2319 deletions

View File

@@ -45,7 +45,7 @@ pho_hsb_olimex_stm32_h107:
$(MAKE) -C hsb-mrts $(MAKE) -C hsb-mrts
doxygen: doxygen:
doxygen doxygen.cfg doxygen HSB.doxyfile
clean: clean:
$(MAKE) -C STM32F10x_StdPeriph_Lib_V3.5.0 clean $(MAKE) -C STM32F10x_StdPeriph_Lib_V3.5.0 clean

View File

@@ -32,7 +32,7 @@ DOXYFILE_ENCODING = UTF-8
# title of most generated pages and in a few other places. # title of most generated pages and in a few other places.
# The default value is: My Project. # The default value is: My Project.
PROJECT_NAME = HSB PROJECT_NAME = HSB-MRTS
# The PROJECT_NUMBER tag can be used to enter a project or revision number. This # The PROJECT_NUMBER tag can be used to enter a project or revision number. This
# could be handy for archiving the generated documentation or if some version # could be handy for archiving the generated documentation or if some version
@@ -753,11 +753,10 @@ WARN_LOGFILE =
# spaces. # spaces.
# Note: If this tag is empty the current directory is searched. # Note: If this tag is empty the current directory is searched.
INPUT = \ INPUT = doxygen.h \
doxygen.h \ HAL/inc \
HAL/inc \ Platform/inc \
Platform/inc \ hsb-mrts/inc
hsb-mrts/inc
# This tag can be used to specify the character encoding of the source files # This tag can be used to specify the character encoding of the source files