summaryrefslogtreecommitdiff
path: root/pjlib/include/pj/doxygen.h
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2005-11-13 16:11:05 +0000
committerBenny Prijono <bennylp@teluu.com>2005-11-13 16:11:05 +0000
commit8df70c6d5fef443506618bf31b686d53fef3f259 (patch)
tree775a7c1615a3997a85087780ab7d5e49d4bd6d84 /pjlib/include/pj/doxygen.h
parent10d3c1b9cc7789530837398271b454e02af8dd96 (diff)
Updated pjlib docs
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@48 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjlib/include/pj/doxygen.h')
-rw-r--r--pjlib/include/pj/doxygen.h11
1 files changed, 3 insertions, 8 deletions
diff --git a/pjlib/include/pj/doxygen.h b/pjlib/include/pj/doxygen.h
index 30f642a6..f7b2d14b 100644
--- a/pjlib/include/pj/doxygen.h
+++ b/pjlib/include/pj/doxygen.h
@@ -29,7 +29,7 @@
* @section download_sec Download
*
* PJLIB and all documentation can be downloaded from
- * http://www.bulukucing.org.
+ * http://www.pjproject.net.
*
*
* @section how_to_use_sec About This Documentation
@@ -237,11 +237,6 @@
* from the system (see @ref PJ_TIMESTAMP).
*
*
- * @subsection lexical_scanner_sec Lexical Scanner
- *
- * A fast, small, top-down lexical scanner to create fully optimized
- * hand-written parser. See @ref PJ_SCAN for more info.
- *
* @subsection data_struct_sec Various Data Structures
*
* Various data structures are provided in the library:
@@ -257,7 +252,7 @@
*
* A convenient TRY/CATCH like construct to propagate errors, which by
* default are used by the @ref PJ_POOL_GROUP "memory pool" and
- * the @ref PJ_SCAN "scanner". The exception
+ * the lexical scanner in pjlib-util. The exception
* construct can be used to write programs like below:
*
* <pre>
@@ -393,7 +388,7 @@
*
* Enjoy using PJLIB!
*
- * Benny Prijono < bennylp at bulukucing dot org >
+ * Benny Prijono < bennylp at pjproject dot net >
*/