[Uml-devel] KDE/kdesdk/umbrello/umbrello/debug
Ralf Habacker
ralf.habacker at gmail.com
Fri Nov 9 16:00:23 UTC 2012
SVN commit 1324662 by habacker:
Minor doc fix.
M +2 -2 debug_utils.h
--- trunk/KDE/kdesdk/umbrello/umbrello/debug/debug_utils.h #1324661:1324662
@@ -38,14 +38,14 @@
* Class related debug output implementation
*
* To register classes independent from related object instantiation time
- * on of the macros
+ * one of the macros
*
* DEBUG_REGISTER(className)
* DEBUG_REGISTER_DISABLED(className)
*
* should be placed in the implementation part of a class before the
* first class methods. The first macro enables debug output for the
- * related class, while the latter macro disables it.
+ * related class, while the latter macro disables it by default.
*
* Debug output in class methods should use
*
More information about the umbrello-devel
mailing list