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

[DOC] Doxygen 1.9.5 #145

Merged
merged 8 commits into from
Oct 19, 2022
Merged

[DOC] Doxygen 1.9.5 #145

merged 8 commits into from
Oct 19, 2022

Conversation

eseiler
Copy link
Member

@eseiler eseiler commented Oct 12, 2022

You may have to set your browser's preferred color scheme. E.g., https://stackoverflow.com/a/59223868

We may want to clean up our CSS. Doxygen mainly uses CSS variables:

@media (prefers-color-scheme: dark)
html:not(.dark-mode) {
    color-scheme: dark;
    --page-background-color: black;
    --page-foreground-color: #C9D1D9;
    /* ... */
    --nav-foreground-color: #364D7C;
    /* ... */
    --font-family-tooltip: Roboto,sans-serif;
    /* ... */
}

So, it might be easier/cleaner to just overwrite the variables, which then should affect everything.

The colors in dark-mode aren't fine-tuned, but at least it's readable :)

@vercel
Copy link

vercel bot commented Oct 12, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
sharg-parser ✅ Ready (Inspect) Visit Preview Oct 17, 2022 at 10:06AM (UTC)

@eseiler eseiler changed the title Doc/doxygen195 [DOC] Doxygen 1.9.5 Oct 12, 2022
@seqan-actions seqan-actions added lint [INTERNAL] signals that clang-format ran and removed lint [INTERNAL] signals that clang-format ran labels Oct 12, 2022
@codecov
Copy link

codecov bot commented Oct 12, 2022

Codecov Report

Base: 92.40% // Head: 92.40% // No change to project coverage 👍

Coverage data is based on head (336b4b4) compared to base (9d151f8).
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #145   +/-   ##
=======================================
  Coverage   92.40%   92.40%           
=======================================
  Files          16       16           
  Lines        1435     1435           
=======================================
  Hits         1326     1326           
  Misses        109      109           
Impacted Files Coverage Δ
include/sharg/enumeration_names.hpp 90.90% <ø> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@seqan-actions seqan-actions added lint [INTERNAL] signals that clang-format ran and removed lint [INTERNAL] signals that clang-format ran labels Oct 12, 2022
@seqan-actions seqan-actions added lint [INTERNAL] signals that clang-format ran and removed lint [INTERNAL] signals that clang-format ran labels Oct 12, 2022
@eseiler
Copy link
Member Author

eseiler commented Oct 13, 2022

API Reference (modules) -> API Reference, no details in usr
Both in dev

code in table header: https://sharg-parser-git-fork-eseiler-doc-doxygen195-seqan.vercel.app/usr/html/structsharg_1_1config.html

@eseiler eseiler marked this pull request as ready for review October 13, 2022 10:50
@seqan-actions seqan-actions added lint [INTERNAL] signals that clang-format ran and removed lint [INTERNAL] signals that clang-format ran labels Oct 13, 2022
@seqan-actions seqan-actions added lint [INTERNAL] signals that clang-format ran and removed lint [INTERNAL] signals that clang-format ran labels Oct 13, 2022
@seqan-actions seqan-actions added lint [INTERNAL] signals that clang-format ran and removed lint [INTERNAL] signals that clang-format ran labels Oct 13, 2022
@eseiler eseiler requested a review from smehringer October 13, 2022 15:59
Copy link
Member

@smehringer smehringer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💅

include/sharg/enumeration_names.hpp Show resolved Hide resolved
test/documentation/sharg_dark.css Outdated Show resolved Hide resolved
@seqan-actions seqan-actions added lint [INTERNAL] signals that clang-format ran and removed lint [INTERNAL] signals that clang-format ran labels Oct 17, 2022
@seqan-actions seqan-actions added lint [INTERNAL] signals that clang-format ran and removed lint [INTERNAL] signals that clang-format ran labels Oct 17, 2022
@eseiler eseiler requested a review from smehringer October 17, 2022 10:07
@smehringer smehringer merged commit f4f714a into seqan:main Oct 19, 2022
@eseiler eseiler deleted the doc/doxygen195 branch October 24, 2022 07:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants