[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [35160] trunk/blender/intern/string: doxygen: intern/string tagged.

Nathan Letwory nathan at letworyinteractive.com
Fri Feb 25 12:51:19 CET 2011


Revision: 35160
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=35160
Author:   jesterking
Date:     2011-02-25 11:51:19 +0000 (Fri, 25 Feb 2011)
Log Message:
-----------
doxygen: intern/string tagged.

Modified Paths:
--------------
    trunk/blender/intern/string/STR_HashedString.h
    trunk/blender/intern/string/STR_String.h
    trunk/blender/intern/string/intern/STR_String.cpp

Modified: trunk/blender/intern/string/STR_HashedString.h
===================================================================
--- trunk/blender/intern/string/STR_HashedString.h	2011-02-25 11:50:46 UTC (rev 35159)
+++ trunk/blender/intern/string/STR_HashedString.h	2011-02-25 11:51:19 UTC (rev 35160)
@@ -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$

Modified: trunk/blender/intern/string/STR_String.h
===================================================================
--- trunk/blender/intern/string/STR_String.h	2011-02-25 11:50:46 UTC (rev 35159)
+++ trunk/blender/intern/string/STR_String.h	2011-02-25 11:51:19 UTC (rev 35160)
@@ -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$

Modified: trunk/blender/intern/string/intern/STR_String.cpp
===================================================================
--- trunk/blender/intern/string/intern/STR_String.cpp	2011-02-25 11:50:46 UTC (rev 35159)
+++ trunk/blender/intern/string/intern/STR_String.cpp	2011-02-25 11:51:19 UTC (rev 35160)
@@ -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$




More information about the Bf-blender-cvs mailing list