Giter Site home page Giter Site logo

noahbishop / doxygen-awesome-css Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jothepro/doxygen-awesome-css

0.0 0.0 0.0 7.99 MB

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

Home Page: https://jothepro.github.io/doxygen-awesome-css/

License: MIT License

JavaScript 20.24% C++ 6.13% CSS 67.84% Makefile 0.79% HTML 5.01%

doxygen-awesome-css's Introduction

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 attempt to update the visuals of Doxygen without changing its 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.4 and 1.9.6

Examples

Some websites using this theme:

Installation

To use the theme in your documentation, copy the required CSS and JS files from this repository into your project or add the 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.2.0

You can even install the theme system-wide by running make install. The files will be installed to /usr/local/share/ by default, but you can customize the install location with make PREFIX=/my/custom/path install.

All theme files are located in the root of this repository and start with the prefix doxygen-awesome-. You may not need all of them. Follow the install instructions to figure out what files are required for your setup.

Choosing a layout

There is two layout options. Choose one of them and configure Doxygen accordingly:

Available theme variants

  • 1๏ธโƒฃ Base Theme Comes with the typical Doxygen titlebar. Optionally the treeview in the sidebar can be enabled.

    Required files: doxygen-awesome.css

    Required Doxyfile configuration:

    GENERATE_TREEVIEW      = YES # optional. Also works without treeview
    DISABLE_INDEX = NO
    FULL_SIDEBAR = NO
    HTML_EXTRA_STYLESHEET  = doxygen-awesome-css/doxygen-awesome.css
    HTML_COLORSTYLE        = LIGHT # required with Doxygen >= 1.9.5
    
  • 2๏ธโƒฃ Sidebar-Only Theme Hides the top titlebar to give more space to the content. The treeview must be enabled in order for this theme to work.

    Required files: doxygen-awesome.css, doxygen-awesome-sidebar-only.css

    Required Doxyfile configuration:

    
    GENERATE_TREEVIEW      = YES # required!
    DISABLE_INDEX          = NO
    FULL_SIDEBAR           = NO
    HTML_EXTRA_STYLESHEET  = doxygen-awesome-css/doxygen-awesome.css \
                            doxygen-awesome-css/doxygen-awesome-sidebar-only.css
    HTML_COLORSTYLE        = LIGHT # required with Doxygen >= 1.9.5
    

Caution:

  • This theme is not compatible with the FULL_SIDEBAR = YES option provided by Doxygen!
  • HTML_COLORSTYLE must be set to LIGHT since Doxygen 1.9.5!

Further installation instructions:

Browser support

Tested with

  • Chrome 110, Chrome 109 for Android, Chrome 110 for iOS
  • Safari 16, Safari for iOS 16
  • Firefox 110, Firefox 110 for Android, Firefox 109 for iOS
  • Edge 110

The theme does not strive to be backwards compatible to (significantly) older browser versions.

Credits

Thanks for all the bug reports and inspiring feedback on github!

Special thanks to all the contributors:

Read Next: Extensions

doxygen-awesome-css's People

Contributors

jothepro avatar r0ckarong avatar tachi107 avatar asmaloney avatar briederer avatar nambers avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.