Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7885697
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T05:08:15+00:00 2026-06-03T05:08:15+00:00

The aim is to create the documentation for my whole Visual Studio C# solution

  • 0

The aim is to create the documentation for my whole Visual Studio C# solution automatically with Doxygen. This should happen on an external buildserver with Jenkins.
The structure of my project is like that:

Root
    Tools
        doxygen-1.8.0
            doxygen.exe
    Project1
        bin
        ...
    Project2
        bin
        ...
    ...

When creating a Doxyfile with the Doxywizard, the paths for the input and output are unfortunately absolute – which means that they depend on my developer machine and won’t work on the Jenkins server anymore. Do you know how I can fix that? I have the suspicion that this has something to do with Doxygen’s FULL_PATH_NAMESand STRIP_FROM_PATH, but to be honest, I don’t get the descriptions of those two parameters. Maybe I am wrong and this hasn’t anything to do with the 2 parameters at all.

Thank you!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T05:08:17+00:00Added an answer on June 3, 2026 at 5:08 am

    I’m not sure whether doxygen on Windows expects the configuration file to use Windows paths (with the backslash separator) or Unix paths (with the forward slash). Regardless, you should make sure your paths are relative to the directory from which you run doxygen.

    In your Doxyfile, set the INPUT list and OUTPUT_DIRECTORY to relative paths. Assuming you’re running from within Root:

    INPUT = ./Project1 \
            ./Project2
    

    In general, you should update all the variables that specify paths to be relative (and make sure your resources are checked into source control).

    In some of our projects, I’ve found it convenient to set the OUTPUT_DIRECTORY via an environment variable:

    OUTPUT_DIRECTORY = $(DOXYGEN_OUTOUT_DIR)
    

    in others, its just a relative path:

    OUTPUT_DIRECTORY = ./gen/docs
    

    The leading ./ is not strictly necessary, but it’s a readable indicator that this is a relative path.

    The FULL_PATH_NAMES variable will not help you, it controls how the files appear in the generated File List.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to write my first Visual Studio 2010 add-in. My aim is to
To put this in concise language... Aim: To create a class which can load
My aim is to create a map function like this map = function ()
I'm working on a simple crawler in Python. The aim is to create a
Is it possible to create types like e.g. String(20) in scala? The aim would
What I can do: I aim to create a view where a User Control
My overall aim is to create an editor which I can skin using jQuery
I am set to create a file explorer using Java. The aim is to
I'm using M2E to create Maven archetype projects (in this case a simple web
My aim is to create an application whereby a user can drag a label

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.