doc comments

This commit is contained in:
Basile Burg 2015-02-19 11:15:17 +01:00
parent 94ec732c39
commit bac1a99efc
1 changed files with 4 additions and 4 deletions

View File

@ -118,7 +118,7 @@ type
(** (**
* An implementer can expose some customizable shortcuts * An implementer can expose some customizable shortcuts to be edited in a dedicated widget.
*) *)
ICEEditableShortCut = interface ICEEditableShortCut = interface
['ICEEditableShortCut'] ['ICEEditableShortCut']
@ -141,7 +141,7 @@ type
TOptionEditorKind = (oekAbstract, oekForm); TOptionEditorKind = (oekGeneric, oekForm);
TOptionEditorEvent = (oeeCancel, oeeAccept, oeeChange); TOptionEditorEvent = (oeeCancel, oeeAccept, oeeChange);
(** (**
* An implementer can expose some options to be edited in a dedicated widget. * An implementer can expose some options to be edited in a dedicated widget.
@ -249,7 +249,7 @@ type
{ {
Service assignators: Service getters:
Lazily get the interface of a service when needed or for a punctual usage. Lazily get the interface of a service when needed or for a punctual usage.
The first overload assign the variable only when not yet set, the second is The first overload assign the variable only when not yet set, the second is
@ -402,7 +402,7 @@ begin
end; end;
{$ENDREGION} {$ENDREGION}
{$REGION ICESingleService assignators ------------------------------------------} {$REGION ICESingleService getters ----------------------------------------------}
function getMessageDisplay(var obj: ICEMessagesDisplay): ICEMessagesDisplay; function getMessageDisplay(var obj: ICEMessagesDisplay): ICEMessagesDisplay;
begin begin
if obj = nil then if obj = nil then