From e67d83a62f79611dcbb214d7df486fbe56c47459 Mon Sep 17 00:00:00 2001 From: Nabil Chouika Date: Thu, 6 Jul 2017 10:27:37 +0200 Subject: [PATCH 1/2] Fix Project brief partons/core/partons#18 --- ElementaryUtils.doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ElementaryUtils.doxyfile b/ElementaryUtils.doxyfile index 5c90791..d0055bb 100644 --- a/ElementaryUtils.doxyfile +++ b/ElementaryUtils.doxyfile @@ -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 = "Numerical Analysis C++ routines" +PROJECT_BRIEF = "PARtonic Tomography Of Nucleon Software" # With the PROJECT_LOGO tag one can specify a logo or an icon that is included # in the documentation. The maximum height of the logo should not exceed 55 -- GitLab From c053db66a42f035af172434f715c0640fb3a89c2 Mon Sep 17 00:00:00 2001 From: Nabil Chouika Date: Thu, 6 Jul 2017 10:30:16 +0200 Subject: [PATCH 2/2] Use partons layout for doxygen partons/core/partons#18 --- ElementaryUtils.doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ElementaryUtils.doxyfile b/ElementaryUtils.doxyfile index d0055bb..673e1b8 100644 --- a/ElementaryUtils.doxyfile +++ b/ElementaryUtils.doxyfile @@ -694,7 +694,7 @@ FILE_VERSION_FILTER = # DoxygenLayout.xml, doxygen will parse it automatically even if the LAYOUT_FILE # tag is left empty. -LAYOUT_FILE = doc/style/customlayout.xml +LAYOUT_FILE = ../partons/doc/style/customlayout.xml # The CITE_BIB_FILES tag can be used to specify one or more bib files containing # the reference definitions. This must be a list of .bib files. The .bib -- GitLab