[pangomm] Remove bogus backslash in Doxygen configuration
- From: Daniel Elstner <daniel src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [pangomm] Remove bogus backslash in Doxygen configuration
- Date: Thu, 20 Aug 2009 16:49:30 +0000 (UTC)
commit 57407011b7e03620926c429fc1b95719c9716d90
Author: Daniel Elstner <danielk openismus com>
Date: Thu Aug 20 18:49:05 2009 +0200
Remove bogus backslash in Doxygen configuration
* docs/reference/Doxyfile.in (STRIP_FROM_PATH): Remove bogus
trailing \ after the the last assigned value. This probably
caused the following assignment to STRIP_FROM_INC_PATH to be
eaten.
ChangeLog | 9 +++++++++
docs/reference/Doxyfile.in | 2 +-
2 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 76976c3..baba10e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2009-08-20 Daniel Elstner <danielk openismus com>
+ Remove bogus backslash in Doxygen configuration
+
+ * docs/reference/Doxyfile.in (STRIP_FROM_PATH): Remove bogus
+ trailing \ after the the last assigned value. This probably
+ caused the following assignment to STRIP_FROM_INC_PATH to be
+ eaten.
+
+2009-08-20 Daniel Elstner <danielk openismus com>
+
Substitute API version in filenames dynamically
* pango/pangomm.pc.in: Rename file from pango/pangomm-1.4.pc.in.
diff --git a/docs/reference/Doxyfile.in b/docs/reference/Doxyfile.in
index 312837f..a0a4560 100644
--- a/docs/reference/Doxyfile.in
+++ b/docs/reference/Doxyfile.in
@@ -27,7 +27,7 @@ ALWAYS_DETAILED_SEC = NO
INLINE_INHERITED_MEMB = NO
FULL_PATH_NAMES = YES
STRIP_FROM_PATH = "@abs_top_builddir@/pango/" \
- "@abs_top_srcdir@/pango/" \
+ "@abs_top_srcdir@/pango/"
STRIP_FROM_INC_PATH = "@abs_top_builddir@/pango/" \
"@abs_top_srcdir@/pango/"
SHORT_NAMES = NO
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]