How to add an external resource (pdf file) in my doxygen documentation
-
I generate a doxygen documentation. In one of my "page" I have a link to a pdf file: <a href="../documents/xxx.pdf" target="_blank"><b>Overview</b></a> This file is in my project in another directory. The documentation ends up in folder called "html". How do I tell doxygen to copy the pdf file into html ?
-
Answer:
There is a doxygen configuration option HTML_EXTRA_FILES that allows extra files to be copied to the root of the html documentation. You should be able to specify the following to copy the file: HTML_EXTRA_FILES = ../documents/xxx.pdf This will place xxx.pdf in the root of your HTML documentation, so you will likely need to change your link to: <a href="xxx.pdf" target="_blank"><b>Overview</b></a>
Barth at Stack Overflow Visit the source
Related Q & A:
- How To Convert Pmd File To Pdf File Online?Best solution by Yahoo! Answers
- How do I convert a PDF file to PDF/A in Delphi?Best solution by softwarerecs.stackexchange.com
- How to Open Pdf file in Internet Explorer?Best solution by Stack Overflow
- How to read a PDF file with PHP?Best solution by Stack Overflow
- How do I open a pdf file in my e'mail attachment?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.