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
- Host: GitHub
- URL: https://github.com/root-project/doxyvers
- Owner: root-project
- License: lgpl-3.0
- Created: 2020-03-02T21:48:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-01T10:04:34.000Z (almost 6 years ago)
- Last Synced: 2025-03-01T13:27:30.322Z (over 1 year ago)
- Language: JavaScript
- Size: 34.2 KB
- Stars: 2
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

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
Version $projectnumber
```
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`.