]> git.tuebingen.mpg.de Git - osl.git/blobdiff - examples/osltar/osltar.c
Update URLs and email addresses.
[osl.git] / examples / osltar / osltar.c
index 06d5f4a206917f420b12b224961a09db16d54912..d59909ffed677550384acb71104212250258d64f 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (C) 2009 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2009 Andre Noll <maan@tuebingen.mpg.de>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
@@ -35,10 +35,11 @@ enum osltar_columns {
 
 
 /**
 
 
 /**
- * We want doxygen to create documentation for certain static functions. So we
- * use __static__ for such functions.
+ * \cond We want doxygen to create documentation for certain static functions.
+ * So we use __static__ for such functions.
  */
 #define __static__ static
  */
 #define __static__ static
+/** \endcond */
 
 /**
  * Compare two osl objects of string type.
 
 /**
  * Compare two osl objects of string type.