From f1b6917ce2216fc17bcee38a1cc44e63ee04f45c Mon Sep 17 00:00:00 2001 From: Henrique Silva Date: Mon, 4 Dec 2017 10:22:20 +0100 Subject: [PATCH] [docs/Doxyfile] Update project description and input folders --- docs/Doxyfile.dox | 4 ++-- docs/modules.dox | 4 ---- docs/port.dox | 3 +++ 3 files changed, 5 insertions(+), 6 deletions(-) create mode 100644 docs/port.dox diff --git a/docs/Doxyfile.dox b/docs/Doxyfile.dox index 023e93a15..a8d7b7cfd 100644 --- a/docs/Doxyfile.dox +++ b/docs/Doxyfile.dox @@ -44,7 +44,7 @@ PROJECT_NUMBER = # for a project that appears at the top of each page and should give viewer a # quick idea about the purpose of the project. Keep the description short. -PROJECT_BRIEF = IPM Controller for AFC Boards +PROJECT_BRIEF = Open Source Modular MMC for AMCs # With the PROJECT_LOGO tag one can specify an logo or icon that is included in # the documentation. The maximum height of the logo should not exceed 55 pixels @@ -743,7 +743,7 @@ WARN_LOGFILE = # spaces. # Note: If this tag is empty the current directory is searched. -INPUT = $(TRAVIS_BUILD_DIR) $(TRAVIS_BUILD_DIR)/docs/ +INPUT = $(TRAVIS_BUILD_DIR) . # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses diff --git a/docs/modules.dox b/docs/modules.dox index f5d886019..71e819d0f 100644 --- a/docs/modules.dox +++ b/docs/modules.dox @@ -1,9 +1,5 @@ // Some Doxygen commands to order the final documentation -/** - * @defgroup BOARD_PORTS Board Ports - */ - /** * @defgroup PERIPH_IC Peripheral ICs */ diff --git a/docs/port.dox b/docs/port.dox new file mode 100644 index 000000000..2d0624d78 --- /dev/null +++ b/docs/port.dox @@ -0,0 +1,3 @@ +/** + * @defgroup BOARD_PORTS Board Ports + */