소스 검색

core: crypto, utils - updated comments referencing srutils after relocation

Daniel-Constantin Mierla 5 년 전
부모
커밋
58a019f333
7개의 변경된 파일26개의 추가작업 그리고 26개의 파일을 삭제
  1. 4 4
      src/core/crypto/shautils.c
  2. 3 3
      src/core/crypto/shautils.h
  3. 3 3
      src/core/utils/srjson.c
  4. 3 3
      src/core/utils/srjson.h
  5. 5 5
      src/core/utils/sruid.c
  6. 5 5
      src/core/utils/sruid.h
  7. 3 3
      src/core/utils/tmrec.c

+ 4 - 4
src/core/crypto/shautils.c

@@ -19,15 +19,15 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  */
-/*! @defgroup srutils Various utilities
+/*! @defgroup core/crypto Various crypto utilities
  *
  * Kamailio core library.
  */
 /*!
 * \file
-* \brief srutils :: SHA and other hashing utilities
-* \ingroup srutils
-* Module: \ref srutils
+* \brief core/crypto :: SHA and other hashing utilities
+* \ingroup core/crypto
+* Module: \ref core/crypto
 */
 
 #include "../../core/crypto/md5.h"

+ 3 - 3
src/core/crypto/shautils.h

@@ -21,9 +21,9 @@
  */
 /*!
 * \file
-* \brief srutils :: SHA and other hashing utilities
-* \ingroup srutils
-* Module: \ref srutils
+* \brief core/crypto :: SHA and other hashing utilities
+* \ingroup core/crypto
+* Module: \ref core/crypto
 */
 
 #ifndef _SHAUTILS_H_

+ 3 - 3
src/core/utils/srjson.c

@@ -22,9 +22,9 @@
 
 /*!
  * \file
- * \brief srutils :: SRjson - JSON parser in C - MIT License
- * \ingroup srutils
- * Module: \ref srutils
+ * \brief core/utils :: SRjson - JSON parser in C - MIT License
+ * \ingroup core/utils
+ * Module: \ref core/utils
  * - addapted from cJSON to fit better within Kamailio/SER environment
  */
 

+ 3 - 3
src/core/utils/srjson.h

@@ -21,9 +21,9 @@
 */
 /*!
 * \file
-* \brief srutils :: SRjson
-* \ingroup srutils
-* Module: \ref srutils
+* \brief core/utils :: SRjson
+* \ingroup core/utils
+* Module: \ref core/utils
 */
 
 #ifndef _srjson__h_

+ 5 - 5
src/core/utils/sruid.c

@@ -16,15 +16,15 @@
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
  *
- * You should have received a copy of the GNU General Public License 
- * along with this program; if not, write to the Free Software 
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  */
 /*!
 * \file
-* \brief srutils :: Unique ID generator
-* \ingroup srutils
-* Module: \ref srutils
+* \brief core/utils :: Unique ID generator
+* \ingroup core/utils
+* Module: \ref core/utils
 */
 
 #include <stdio.h>

+ 5 - 5
src/core/utils/sruid.h

@@ -15,15 +15,15 @@
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
  *
- * You should have received a copy of the GNU General Public License 
- * along with this program; if not, write to the Free Software 
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  */
 /*!
 * \file
-* \brief srutils :: Unique ID generator
-* \ingroup srutils
-* Module: \ref srutils
+* \brief core/utils :: Unique ID generator
+* \ingroup core/utils
+* Module: \ref core/utils
 */
 
 #ifndef _SRUID_H_

+ 3 - 3
src/core/utils/tmrec.c

@@ -23,9 +23,9 @@
  * Time Recurence Library according to iCalendar (RFC 2445)
  * - implemented at FhG Fokus, 2003 - external link:
  *   https://github.com/miconda/tmrec
- * \brief srutils :: <description of this file>
- * \ingroup srutils
- * Module: \ref srutils
+ * \brief core/utils :: <description of this file>
+ * \ingroup core/utils
+ * Module: \ref core/utils
  */
 
 #include <stdio.h>