From 3797a9709e58db4cd2fde04c2e568349cf53cbe5 Mon Sep 17 00:00:00 2001 From: Martin Corino Date: Wed, 20 Oct 2021 15:02:36 +0200 Subject: [PATCH 1/2] Adding doxygen doc generation support. --- brix/taox11/require.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/brix/taox11/require.rb b/brix/taox11/require.rb index 9ef2af40..0777849d 100644 --- a/brix/taox11/require.rb +++ b/brix/taox11/require.rb @@ -90,6 +90,8 @@ module TAOX11 # update documentation config Common::GenerateDocumentation::OPTIONS[:docsources]['taox11'] = ['${TAOX11_ROOT}/docs'] Common::GenerateDocumentation::OPTIONS[:adoc_attribs]['taox11_src_root'] = Exec.get_run_environment('TAOX11_ROOT') + + Common::GenerateDocumentation::OPTIONS[:doxygen_config] = '${TAOX11_ROOT}/etc/ciaox11.doxygen' end end From 9f13a2bebeb8614550b4c8cf9f3c3f2b589cfb8f Mon Sep 17 00:00:00 2001 From: mcorino Date: Wed, 20 Oct 2021 18:11:24 +0200 Subject: [PATCH 2/2] Fix typo Co-authored-by: Johnny Willemsen --- brix/taox11/require.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brix/taox11/require.rb b/brix/taox11/require.rb index 0777849d..206364a0 100644 --- a/brix/taox11/require.rb +++ b/brix/taox11/require.rb @@ -91,7 +91,7 @@ module TAOX11 Common::GenerateDocumentation::OPTIONS[:docsources]['taox11'] = ['${TAOX11_ROOT}/docs'] Common::GenerateDocumentation::OPTIONS[:adoc_attribs]['taox11_src_root'] = Exec.get_run_environment('TAOX11_ROOT') - Common::GenerateDocumentation::OPTIONS[:doxygen_config] = '${TAOX11_ROOT}/etc/ciaox11.doxygen' + Common::GenerateDocumentation::OPTIONS[:doxygen_config] = '${TAOX11_ROOT}/etc/taox11.doxygen' end end