Skip to content

Commit

Permalink
Merge pull request #183 from mcorino/mco-feature-207-doxygen
Browse files Browse the repository at this point in the history
Adding doxygen doc generation support.
  • Loading branch information
mcorino authored Oct 22, 2021
2 parents 4db727e + 9f13a2b commit 2ac286b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions brix/taox11/require.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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/taox11.doxygen'
end

end
Expand Down

0 comments on commit 2ac286b

Please sign in to comment.