Warning, /sdk/cutehmi/external/recipes/Doxyfile is written in an unsupported language. File is not indexed.
0001 # <Doxygen-2.workaround target="Doxygen" cause="missing"> 0002 0003 @INCLUDE = ../../doc/config/Doxyfile.common 0004 0005 PROJECT_NAME = "External libraries recipes" 0006 0007 PROJECT_LOGO = doc/project_logo.png 0008 0009 OUTPUT_DIRECTORY = ../../doc/Doxygen/docs/external/recipes 0010 0011 LAYOUT_FILE = ../../doc/layout/RecipesLayout.xml 0012 0013 INPUT = . 0014 0015 RECURSIVE = TRUE 0016 0017 EXAMPLE_PATH = ../../doc/_temp 0018 0019 IMAGE_PATH = ../../doc/images 0020 0021 INPUT_FILTER = "sed -f ../../doc/filters/input.sed" 0022 0023 USE_MDFILE_AS_MAINPAGE = ./README.md 0024 0025 HTML_EXTRA_STYLESHEET = ../../doc/CSS/extra.css 0026 0027 # </Doxygen-2.workaround> 0028