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

convert dot files' relative path to absolute #821

Merged
merged 2 commits into from
Mar 3, 2022
Merged

convert dot files' relative path to absolute #821

merged 2 commits into from
Mar 3, 2022

Commits on Mar 2, 2022

  1. convert relative path to absolute

    Add generated dotfile.dot to gitignore since doxygen 1.9.3 copies the dotfile(s) to XML_OUTPUT
    
    Considering the path to conf.py, make a dot file's relative path absolute using the project's XML_OUTPUT.
    2bndy5 committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    083aa1e View commit details
    Browse the repository at this point in the history
  2. compensate for user input XML_OUTPUT

    Use users' input as root path component if breathe_projects (in conf.py) specifies an absolute path for the project's XML_OUTPUT (not recommended for hosting from a web server).
    
    Otherwise, concatenate the path to conf.py with subsequent relative paths to the dot file (resulting in a clean absolute path).
    2bndy5 committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    625b211 View commit details
    Browse the repository at this point in the history