An open API service indexing awesome lists of open source software.

https://github.com/root-project/doxyvers

Version selection for Doxygen documentation
https://github.com/root-project/doxyvers

Last synced: 7 days ago
JSON representation

Version selection for Doxygen documentation

Awesome Lists containing this project

README

          

# Doxygen Multi-Version Selection

This tool allows client-side selection of different versions of the same Doxygen page.
It provides a drop-down menu, displaying all available versions. Only those versions
become links that feature the current page; all others are grayed out and marked with
strike-though, to signal that the version did not yet (or does not anymore) offer that class.

![Example](https://raw.githubusercontent.com/root-project/doxyvers/img/doxyvers.png)

To use, add to the end of the ``:
```html

```
and somewhere in the doxygen HTML header ( `titlearea`) where you'd traditionally display the software version of the doxygen documentation (`$projectnumber`):
```html

```

This tool assumes that the doxygen documentation for all versions has a common and
browsable ("index"-able) parent directory containing the files of this repository.

See the top of `selectversion.js` for configuration options, and adjust the style / colors /
width in `dropdown.css`.