[pangomm] Documentation: Main page: Improve, linking to class and correcting pkg-config
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pangomm] Documentation: Main page: Improve, linking to class and correcting pkg-config
- Date: Tue, 4 May 2010 10:33:31 +0000 (UTC)
commit 8702290d377d6dbaf2b2c4c9c6d68cbede402197
Author: Murray Cumming <murrayc murrayc com>
Date: Tue May 4 12:27:48 2010 +0200
Documentation: Main page: Improve, linking to class and correcting pkg-config
* pango/pangomm.h: Simplify the text, improving the link, and link to
Pango::Layout as a starting point. Correct the pkg-config check from pangomm
to pangomm-1.4.
ChangeLog | 8 ++++++++
pango/pangomm.h | 9 ++++-----
2 files changed, 12 insertions(+), 5 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 1feeaae..b1fc563 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2010-05-04 Murray Cumming <murrayc murrayc-x61>
+
+ Documentation: Main page: Improve, linking to class and correcting pkg-config
+
+ * pango/pangomm.h: Simplify the text, improving the link, and link to
+ Pango::Layout as a starting point. Correct the pkg-config check from pangomm
+ to pangomm-1.4.
+
2010-04-27 David King <davidk openismus com>
Update link formatting in main page of documentation
diff --git a/pango/pangomm.h b/pango/pangomm.h
index d13d17f..5259ace 100644
--- a/pango/pangomm.h
+++ b/pango/pangomm.h
@@ -24,9 +24,8 @@
*
* @section description Description
*
- * pangomm is the official C++ interface for the font layout library %Pango.
- * More information on %Pango can be found at <a href="http://www.pango.org/">
- * the Pango website</a>.
+ * pangomm is the official C++ interface for the <a href="http://www.pango.org/">Pango</a> font layout library.
+ * See, for instance, the Pango::Layout class.
*
* @section basics Basic usage
*
@@ -38,11 +37,11 @@
* compilation, but suffices for this simple example. Assuming that your
* program source file is @c program.cc, compile it with:
* @code
- * g++ program.cc -o program `pkg-config --cflags --libs pangomm`
+ * g++ program.cc -o program `pkg-config --cflags --libs pangomm-1.4`
* @endcode
* Alternatively, if using autoconf, use the following in @c configure.ac:
* @code
- * PKG_CHECK_MODULES([PANGOMM], [pangomm])
+ * PKG_CHECK_MODULES([PANGOMM], [pangomm-1.4])
* @endcode
* Then use the generated @c PANGOMM_CFLAGS and @c PANGOMM_LIBS variables in
* the project @c Makefile.am files. For example:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]