diff options
author | VirtualTam <virtualtam+github@flibidi.net> | 2018-04-08 18:22:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-08 18:22:47 +0200 |
commit | 237e7836c0adfd42b8c628e32af69a05c983ef0b (patch) | |
tree | d833de8c126594deae213b71f2a59dd5c4007416 /Doxyfile | |
parent | 80ec7b234c82e5064f3eff1d4d423cc57175ba4b (diff) | |
parent | aec5a76b67a671f10db2bb3e81fa61ce16f72dd3 (diff) | |
download | Shaarli-237e7836c0adfd42b8c628e32af69a05c983ef0b.tar.gz Shaarli-237e7836c0adfd42b8c628e32af69a05c983ef0b.tar.zst Shaarli-237e7836c0adfd42b8c628e32af69a05c983ef0b.zip |
Merge pull request #1121 from virtualtam/node/packaging-metadata
Update frontend metadata and COPYING
Diffstat (limited to 'Doxyfile')
-rw-r--r-- | Doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ PROJECT_BRIEF = "The personal, minimalist, super-fast, no-database deli | |||
51 | # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy | 51 | # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy |
52 | # the logo to the output directory. | 52 | # the logo to the output directory. |
53 | 53 | ||
54 | PROJECT_LOGO = images/logo.png | 54 | PROJECT_LOGO = doc/md/images/logo.png |
55 | 55 | ||
56 | # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path | 56 | # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path |
57 | # into which the generated documentation will be written. If a relative path is | 57 | # into which the generated documentation will be written. If a relative path is |