|
From: Enlightenment C. <no...@cv...> - 2006-08-13 19:23:23
|
Enlightenment CVS committal Author : moom Project : e17 Module : proto Dir : e17/proto/etk Modified Files: Doxyfile Log Message: * Doxygen tag++ =================================================================== RCS file: /cvs/e/e17/proto/etk/Doxyfile,v retrieving revision 1.6 retrieving revision 1.7 diff -u -3 -r1.6 -r1.7 --- Doxyfile 4 Aug 2006 18:46:26 -0000 1.6 +++ Doxyfile 13 Aug 2006 19:23:20 -0000 1.7 @@ -54,6 +54,7 @@ ALIASES = "widget=<b>[Widget]</b>" ALIASES += "object=<b>[Object]</b>" ALIASES += "structinfo=@note For more informations, see the documention page of the corresponding module (link above or in the <i>\"Widgets\"</i> page)" +ALIASES += "object_implementation=@note This function is mainly used in object implementations, you usually don't have to call it yourself"\"</i> page)" ALIASES += "widget_implementation=@note This function is mainly used in widget implementations, you usually don't have to call it yourself" ALIASES += "prop_name=- @b" ALIASES += "prop_type= - <tt>Type:</tt>" |