diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2017-09-22 23:04:41 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2017-09-22 23:04:41 +0000 |
| commit | 9d04be759628dc9b743b9a8c0f12aec16a9090a8 (patch) | |
| tree | db9a1866bc115bc8418d6b4d2e353f3c415d6b64 /buildtools | |
| parent | Fixes to Doxifile (diff) | |
| download | inkscape-9d04be759628dc9b743b9a8c0f12aec16a9090a8.tar.gz inkscape-9d04be759628dc9b743b9a8c0f12aec16a9090a8.zip | |
Fix wrong parameter in Doxifile pointed by Eduard Brown
Diffstat (limited to 'buildtools')
| -rw-r--r-- | buildtools/Doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/Doxyfile b/buildtools/Doxyfile index 4eee24909..c63081e02 100644 --- a/buildtools/Doxyfile +++ b/buildtools/Doxyfile @@ -51,7 +51,7 @@ PROJECT_BRIEF = "Vector Graphics Editor" # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy # the logo to the output directory. -PROJECT_LOGO = /home/jtx/Development/inkscape/inkscape/share/branding/inkscape.svg +PROJECT_LOGO = ../share/branding/inkscape.svg # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path # into which the generated documentation will be written. If a relative path is |
