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

html: tweak html output to keep track of versions easier. #495

Merged
merged 1 commit into from
May 14, 2020

Commits on May 14, 2020

  1. html: tweak html output to keep track of versions easier.

    Add git version to main page. This requires:
      - moving doc/html/index.html -> doc/index.html.in
      - adding cmake vars to new doc/index.html.in
      - tweaking the css, so it prints out on two lines properly
      - processing it in the cmake file
    
    Don't include date in footers, which helps with tracking
    changes (don't see doc changes just because you create new doc).
    This requires a custom footer, so add a footer template, and use it in
    the existing Doxyfile.in files.
    
    Signed-off-by: Robin Getz <[email protected]>
    rgetz committed May 14, 2020
    Configuration menu
    Copy the full SHA
    d4e517e View commit details
    Browse the repository at this point in the history