Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default build 'dox' target conditional on doxygen being present #22

Merged
merged 3 commits into from
May 16, 2024

Conversation

attipaci
Copy link
Collaborator

@attipaci attipaci commented May 14, 2024

This way the default 'make' does not require special build dependencies (like doxygen) being present.

Also, make help can now be used to show and explain the available build targets.

@attipaci attipaci added the enhancement New feature or request label May 14, 2024
@attipaci attipaci self-assigned this May 14, 2024
@attipaci attipaci linked an issue May 14, 2024 that may be closed by this pull request
@attipaci attipaci added this to the Next bug fix release milestone May 14, 2024
@attipaci attipaci changed the title Default make builds 'dox' target conditional on doxygen being present Default build 'dox' target conditional on doxygen being present May 14, 2024
Copy link

codecov bot commented May 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.79%. Comparing base (fbef9cc) to head (f4424a3).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #22   +/-   ##
=======================================
  Coverage   98.79%   98.79%           
=======================================
  Files           3        3           
  Lines        1987     1987           
  Branches      370      370           
=======================================
  Hits         1963     1963           
  Misses          7        7           
  Partials       17       17           
Flag Coverage Δ
unittests 98.79% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fbef9cc...f4424a3. Read the comment docs.

@attipaci attipaci merged commit 5afc6af into main May 16, 2024
8 checks passed
@attipaci attipaci deleted the issue-21 branch May 16, 2024 10:55
attipaci added a commit that referenced this pull request May 16, 2024
attipaci added a commit that referenced this pull request May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

should it need doxygen by default?
1 participant