SFML community forums

General => Feature requests => Topic started by: Kingdom of Fish on January 26, 2008, 08:11:26 pm

Title: Doxyfiles for linux
Post by: Kingdom of Fish on January 26, 2008, 08:11:26 pm
Wouldn't it be kind of practical to add system specific (or system-independat) Doxyfiles? (edit) To the SVN repo i mean (/edit)
Title: Doxyfiles for linux
Post by: Laurent on January 27, 2008, 05:38:26 am
I don't think I can provide a portable doxyfile, as there are some absolute paths in it. So even on the same OS, nobody can use it without modifications.
Title: Doxyfiles for linux
Post by: Kingdom of Fish on January 27, 2008, 06:16:40 am
i was thinking along the lines of having Doxyfile.window and Doxyfile.linux, atleast the linux one is fairly simple and easy to make portable, the only absolute path i have in mine is the one to the doxygen binary. On one side i don't know if i've commented out something vital and it only works if you run it from the folder where the Doxyfile is on the other side... it works.

http://pastebin.ca/874279
Title: Doxyfiles for linux
Post by: Laurent on January 27, 2008, 07:55:21 am
Quote
the only absolute path i have in mine is the one to the doxygen binary

Yep, but I still don't know how to make this path relative. The only solution would be to provide all the needed binaries directly, so that we could use relative paths.
Title: Doxyfiles for linux
Post by: Kingdom of Fish on January 27, 2008, 01:35:47 pm
Quote from: "Laurent"
Quote
the only absolute path i have in mine is the one to the doxygen binary

Yep, but I still don't know how to make this path relative. The only solution would be to provide all the needed binaries directly, so that we could use relative paths.

Actually I just tried removing it and it still ran without a hitch :O Now the only absolute path is to perl but that was absolute in the svn version too which was opted for windows as i understood it.