From: Hyoyoung Chang <hyoyoung@gmail.com>
[framework/uifw/elementary.git] / src / lib / elm_debug.h
index 3d4efbf..c81c666 100644 (file)
@@ -1,6 +1,6 @@
 /**
  * @defgroup Debug Debug
- * don't use it unless you are sure
+ * Don't use it unless you are sure.
  *
  * @{
  */
@@ -8,7 +8,7 @@
 /**
  * Print Tree object hierarchy in stdout
  *
- * @param obj The root object
+ * @param top The root object
  * @ingroup Debug
  */
 EAPI void elm_object_tree_dump(const Evas_Object *top);
@@ -16,7 +16,7 @@ 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 top The root object
  * @param file The path of output file
  * @ingroup Debug
  */