summaryrefslogtreecommitdiff
path: root/pjlib/include
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2008-06-20 21:39:02 +0000
committerBenny Prijono <bennylp@teluu.com>2008-06-20 21:39:02 +0000
commitdcadef7fc04bb899333fb0ab472679c8ac280e09 (patch)
tree2338aea1588dac3380a1cbaf80b50a0a57dc3d80 /pjlib/include
parentf06496992c8bbc62f899e4ee782889a3a4b08a4e (diff)
Updated doxygen documentations
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2037 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjlib/include')
-rw-r--r--pjlib/include/pj/config.h2
-rw-r--r--pjlib/include/pj/doxygen.h4
-rw-r--r--pjlib/include/pj/errno.h1
-rw-r--r--pjlib/include/pj/guid.h1
-rw-r--r--pjlib/include/pj/list.h1
-rw-r--r--pjlib/include/pj/log.h1
-rw-r--r--pjlib/include/pj/os.h1
-rw-r--r--pjlib/include/pj/pool.h1
-rw-r--r--pjlib/include/pj/types.h3
9 files changed, 0 insertions, 15 deletions
diff --git a/pjlib/include/pj/config.h b/pjlib/include/pj/config.h
index 22564420..fe182e38 100644
--- a/pjlib/include/pj/config.h
+++ b/pjlib/include/pj/config.h
@@ -303,7 +303,6 @@
/**
* @defgroup pj_config Build Configuration
- * @ingroup PJ
* @{
*
* This section contains macros that can set during PJLIB build process
@@ -804,7 +803,6 @@
/**
* @defgroup pj_config Build Configuration
- * @ingroup PJ
* @{
*/
diff --git a/pjlib/include/pj/doxygen.h b/pjlib/include/pj/doxygen.h
index 5a6ece2c..ee88ea17 100644
--- a/pjlib/include/pj/doxygen.h
+++ b/pjlib/include/pj/doxygen.h
@@ -53,10 +53,6 @@
* \a doxygen (http://www.doxygen.org). Doxygen is a great (and free!)
* tools for generating such documentation.
*
- * @subsection doc_ver_subsec Version
- *
- * This document corresponds to PJLIB version 0.8.0.
- *
*
* @subsection find_samples_subsec How to Read This Document
*
diff --git a/pjlib/include/pj/errno.h b/pjlib/include/pj/errno.h
index 57d90afe..b72092df 100644
--- a/pjlib/include/pj/errno.h
+++ b/pjlib/include/pj/errno.h
@@ -30,7 +30,6 @@ PJ_BEGIN_DECL
/**
* @defgroup pj_errno Error Codes
- * @ingroup PJ
* @{
*
* In PJLIB, error/status codes from operating system are translated
diff --git a/pjlib/include/pj/guid.h b/pjlib/include/pj/guid.h
index 5ce1adf0..0d89a934 100644
--- a/pjlib/include/pj/guid.h
+++ b/pjlib/include/pj/guid.h
@@ -32,7 +32,6 @@ PJ_BEGIN_DECL
/**
* @defgroup PJ_DS Data Structure.
- * @ingroup PJ
*/
/**
* @defgroup PJ_GUID Globally Unique Identifier
diff --git a/pjlib/include/pj/list.h b/pjlib/include/pj/list.h
index f6f2c167..6320f56f 100644
--- a/pjlib/include/pj/list.h
+++ b/pjlib/include/pj/list.h
@@ -30,7 +30,6 @@ PJ_BEGIN_DECL
/*
* @defgroup PJ_DS Data Structure.
- * @ingroup PJ
*/
/**
diff --git a/pjlib/include/pj/log.h b/pjlib/include/pj/log.h
index 0870708e..763b5943 100644
--- a/pjlib/include/pj/log.h
+++ b/pjlib/include/pj/log.h
@@ -31,7 +31,6 @@ PJ_BEGIN_DECL
/**
* @defgroup PJ_MISC Miscelaneous
- * @ingroup PJ
*/
/**
diff --git a/pjlib/include/pj/os.h b/pjlib/include/pj/os.h
index f5503c98..f99aa6bb 100644
--- a/pjlib/include/pj/os.h
+++ b/pjlib/include/pj/os.h
@@ -29,7 +29,6 @@ PJ_BEGIN_DECL
/**
* @defgroup PJ_OS Operating System Dependent Functionality.
- * @ingroup PJ
*/
diff --git a/pjlib/include/pj/pool.h b/pjlib/include/pj/pool.h
index 42886408..35d8b3f4 100644
--- a/pjlib/include/pj/pool.h
+++ b/pjlib/include/pj/pool.h
@@ -39,7 +39,6 @@ PJ_BEGIN_DECL
/**
* @defgroup PJ_POOL_GROUP Fast Memory Pool
- * @ingroup PJ
* @brief
* Memory pools allow dynamic memory allocation comparable to malloc or the
* new in operator C++. Those implementations are not desirable for very
diff --git a/pjlib/include/pj/types.h b/pjlib/include/pj/types.h
index 4ea5b79b..d792fdd5 100644
--- a/pjlib/include/pj/types.h
+++ b/pjlib/include/pj/types.h
@@ -21,9 +21,6 @@
/**
- * @defgroup PJ PJ Library
- */
-/**
* @file types.h
* @brief Declaration of basic types and utility.
*/