Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'intern/string')
-rw-r--r--intern/string/STR_HashedString.h7
-rw-r--r--intern/string/STR_String.h7
-rw-r--r--intern/string/intern/STR_String.cpp7
3 files changed, 18 insertions, 3 deletions
diff --git a/intern/string/STR_HashedString.h b/intern/string/STR_HashedString.h
index b86f7984ad1..bc4ca9e3d73 100644
--- a/intern/string/STR_HashedString.h
+++ b/intern/string/STR_HashedString.h
@@ -1,4 +1,4 @@
-/**
+/*
* $Id$
* ***** BEGIN GPL LICENSE BLOCK *****
*
@@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file string/STR_HashedString.h
+ * \ingroup string
+ */
+
+
/**
* $Id$
diff --git a/intern/string/STR_String.h b/intern/string/STR_String.h
index b24dea1d3c9..9c687407512 100644
--- a/intern/string/STR_String.h
+++ b/intern/string/STR_String.h
@@ -1,4 +1,4 @@
-/**
+/*
* $Id$
* ***** BEGIN GPL LICENSE BLOCK *****
*
@@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file string/STR_String.h
+ * \ingroup string
+ */
+
+
/**
* $Id$
diff --git a/intern/string/intern/STR_String.cpp b/intern/string/intern/STR_String.cpp
index 3e035fd7905..071f34e0ef9 100644
--- a/intern/string/intern/STR_String.cpp
+++ b/intern/string/intern/STR_String.cpp
@@ -1,4 +1,4 @@
-/**
+/*
* $Id$
* ***** BEGIN GPL LICENSE BLOCK *****
*
@@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file string/intern/STR_String.cpp
+ * \ingroup string
+ */
+
+
/**
* $Id$