Am 07.02.2013 04:01, schrieb Pete Brunet:
> I am using HTML_EXTRA_STYLESHEET.  However my css files,
> header/footer/conf are in one directory and the IDL is in an immediate
> subdirectory.  In the conf file the header/footer/css files are prefixed
> with ..\ and doxygen is run from the subdiretory.  There are no problems
> with header/footer but the generated code in the docs/html subdirectory
> has ..\customdoxygen.css which doesn't work because that file is in the
> html directory, not the parent docs directory.
>

We have the custom header, footer and css files in a sub-folder called 
rsc and the configuration is in the parent folder of the rsc folder.
The configuration file contains "./rsc/..." for the custom files.
doxygen is executed from the parent folder of rsc, where our files to 
create the documentation from are located.

doxygen creates the folders ./doxy-doc/html, creates the HTML files and 
copies the custom css file and all images used there.

You must make sure that the files are located where you specify them to 
allow doxygen to successfully copy them over to the final folder 
containing the documentation.

You can check out our setup at 
http://sourceforge.net/p/ultradefrag/code/3927/tree/trunk/doc/handbook/ 
for instance.


--
Stefan P.

Top-posting:
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to