From: Hyoyoung Chang <hyoyoung@gmail.com>
[framework/uifw/elementary.git] / src / lib / elm_debug.h
index f5a07fb..c81c666 100644 (file)
@@ -1,28 +1,27 @@
-   /**
   * @defgroup Debug Debug
-    * don't use it unless you are sure
   *
   * @{
   */
+/**
+ * @defgroup Debug Debug
+ * Don't use it unless you are sure.
+ *
+ * @{
+ */
 
-   /**
   * Print Tree object hierarchy in stdout
   *
   * @param obj The root object
   * @ingroup Debug
   */
-   EAPI void             elm_object_tree_dump(const Evas_Object *top);
+/**
+ * Print Tree object hierarchy in stdout
+ *
* @param top The root object
+ * @ingroup Debug
+ */
+EAPI void elm_object_tree_dump(const Evas_Object *top);
 
-   /**
-    * Print Elm Objects tree hierarchy in file as dot(graphviz) syntax.
-    *
-    * @param obj The root object
-    * @param file The path of output file
-    * @ingroup Debug
-    */
-   EAPI void             elm_object_tree_dot_dump(const Evas_Object *top, const char *file);
-
-   /**
-    * @}
-    */
+/**
+ * Print Elm Objects tree hierarchy in file as dot(graphviz) syntax.
+ *
+ * @param top The root object
+ * @param file The path of output file
+ * @ingroup Debug
+ */
+EAPI void elm_object_tree_dot_dump(const Evas_Object *top, const char *file);
 
+/**
+ * @}
+ */