diff --git a/docs/DENM/o2.cfg b/docs/DENM/o2.cfg index e473fd9855b3a6355c79fbe40629249b66030708..4f7b6b46a028d150f3a10f9fd7eb6b351f77a166 100644 --- a/docs/DENM/o2.cfg +++ b/docs/DENM/o2.cfg @@ -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 diff --git a/docs/o2.cfg b/docs/o2.cfg index e473fd9855b3a6355c79fbe40629249b66030708..4ccfb171ee6c973e875e22612ca34e633b3263c9 100644 --- a/docs/o2.cfg +++ b/docs/o2.cfg @@ -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