From dcadef7fc04bb899333fb0ab472679c8ac280e09 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Fri, 20 Jun 2008 21:39:02 +0000 Subject: Updated doxygen documentations git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2037 74dad513-b988-da41-8d7b-12977e46ad98 --- pjlib/include/pj/config.h | 2 -- pjlib/include/pj/doxygen.h | 4 ---- pjlib/include/pj/errno.h | 1 - pjlib/include/pj/guid.h | 1 - pjlib/include/pj/list.h | 1 - pjlib/include/pj/log.h | 1 - pjlib/include/pj/os.h | 1 - pjlib/include/pj/pool.h | 1 - pjlib/include/pj/types.h | 3 --- 9 files changed, 15 deletions(-) (limited to 'pjlib/include') 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 @@ -20,9 +20,6 @@ #define __PJ_TYPES_H__ -/** - * @defgroup PJ PJ Library - */ /** * @file types.h * @brief Declaration of basic types and utility. -- cgit v1.2.3