Commit 94da7c3c authored by garciay's avatar garciay
Browse files

Prepare Doxygen documentation

parent ea1085dd
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ DOXYFILE_ENCODING = UTF-8
# identify the project. Note that if you do not use Doxywizard you need
# to put quotes around the project name if it contains spaces.

PROJECT_NAME           = "ETSI STF525"
PROJECT_NAME           = "ETSI STF525 / DENM test suite"

# The PROJECT_NUMBER tag can be used to enter a project or revision number.
# This could be handy for archiving the generated documentation or
@@ -38,7 +38,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          = "This project provides ???"
PROJECT_BRIEF          = "This project provides the DENM test suite and its associated Test Adapter/Codec"

# 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
@@ -640,7 +640,9 @@ WARN_LOGFILE =
# with spaces.

INPUT                  = ../src \
                         ../include
                         ../include \
                         ../../../framework/include \
                         ../../../framework/src

# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
+5 −3
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ DOXYFILE_ENCODING = UTF-8
# identify the project. Note that if you do not use Doxywizard you need
# to put quotes around the project name if it contains spaces.

PROJECT_NAME           = "ETSI STF525"
PROJECT_NAME           = "ETSI STF525 / Internal Testing test suite"

# The PROJECT_NUMBER tag can be used to enter a project or revision number.
# This could be handy for archiving the generated documentation or
@@ -38,7 +38,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          = "This project provides ???"
PROJECT_BRIEF          = "This project provides an internal testing test suite and its associated Test Adapter/Codec"

# 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
@@ -640,7 +640,9 @@ WARN_LOGFILE =
# with spaces.

INPUT                  = ../src \
                         ../include
                         ../include \
                         ../../../framework/include \
                         ../../../framework/src

# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is