[libxml++] Further documentation main page improvements



commit 4aabdaeb7b73a33f19dcbe6ca4419579fd4cb21c
Author: David King <davidk openismus com>
Date:   Fri Apr 23 17:28:14 2010 +0200

    Further documentation main page improvements
    
    * libxml++/libxml++.h: Some minor improvements.

 ChangeLog           |    6 ++++++
 libxml++/libxml++.h |   12 +++++++-----
 2 files changed, 13 insertions(+), 5 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 9ec9900..1a5db18 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-04-27  David King  <davidk openismus com>
+
+	Further documentation main page improvements
+
+	* libxml++/libxml++.h: Some minor improvements.
+
 2010-04-23  David King  <davidk openismus com>
 
 	Documentation main page improvements
diff --git a/libxml++/libxml++.h b/libxml++/libxml++.h
index b22c058..c198136 100644
--- a/libxml++/libxml++.h
+++ b/libxml++/libxml++.h
@@ -14,20 +14,22 @@
  * libxml++ is a C++ wrapper for the libxml2 XML parser library. It presents a
  * simple C++-like API that can achieve common tasks with less code.
  *
- * See also the libxml++ website: http://libxmlplusplus.sourceforge.net/
+ * See also <a href="http://libxmlplusplus.sourceforge.net/";>the libxml++
+ * website</a>.
  *
- * @section basics Basic usage
+ * @section basics Basic Usage
  *
  * Include the libxml++ header:
  * @code
  * #include <libxml++.h>
  * @endcode
- * This includes every header installed by libxml++, so can slow down
- * compilation, but suffices for this simple example. Assuming that your
- * program source file is @c program.cc, compile it with:
+ * (You may include individual headers, such as libxml++/document.h instead.)
+ *
+ * If your source file is @c program.cc, you can compile it with:
  * @code
  * g++ program.cc -o program  `pkg-config --cflags --libs libxml++-2.6`
  * @endcode
+ *
  * Alternatively, if using autoconf, use the following in @c configure.ac:
  * @code
  * PKG_CHECK_MODULES([LIBXMLXX], [libxml++-2.6])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]