Skip to content

Custom CSS theme for doxygen html-documentation with lots of customization parameters.

License

Notifications You must be signed in to change notification settings

CBAJensen/doxygen-awesome-funky

 
 

Repository files navigation

Doxygen Awesome

GitHub release (latest by date) GitHub GitHub Repo stars

Screenshot of Doxygen Awesome CSS

Doxygen Awesome is a custom CSS theme for Doxygen HTML-documentation with lots of customization parameters.

Motivation

I really like how the Doxygen HTML-documentation is structured! But IMHO it looks a bit outdated.

This theme is an attemt to update the visuals of Doxygen without changing it's overall layout too much.

Features

  • 🌈 Clean, modern design
  • 🚀 Heavily customizable by adjusting CSS-variables
  • 🧩 No changes to the HTML structure of Doxygen required
  • 📱 Improved mobile usability
  • 🌘 Dark mode support!
  • 🥇 Works best with doxygen 1.9.1 - 1.9.3

Examples

Installation

Copy the file doxygen-awesome.css from this repository into your project or add this repository as submodule and check out the latest release:

git submodule add https://github.com/jothepro/doxygen-awesome-css.git
cd doxygen-awesome-css
git checkout v2.0.3

Choose one of the theme variants and configure Doxygen accordingly:

Available theme variants

  1. Base theme:
# Doxyfile
GENERATE_TREEVIEW      = YES # optional. Also works without treeview
HTML_EXTRA_STYLESHEET  = doxygen-awesome-css/doxygen-awesome.css
  1. Sidebar-only theme:
# Doxyfile
GENERATE_TREEVIEW      = YES # required!
HTML_EXTRA_STYLESHEET  = doxygen-awesome-css/doxygen-awesome.css \
                         doxygen-awesome-css/doxygen-awesome-sidebar-only.css

Further installation instructions:

Browser support

Tested with

  • Chrome 98, Chrome 98 for Android, Chrome 87 for iOS
  • Safari 15, Safari for iOS 15
  • Firefox 97, Firefox Daylight 97 for Android, Firefox Daylight 96 for iOS

Credits

  • This theme is inspired by the vuepress static site generator default theme.
  • Thank you for all the feedback on github!

Read Next: Extensions

About

Custom CSS theme for doxygen html-documentation with lots of customization parameters.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 71.7%
  • JavaScript 17.9%
  • HTML 5.9%
  • C++ 4.5%