From e7394a43f4a1d8a0e0efc10f0debe8f82c5b2500 Mon Sep 17 00:00:00 2001 From: neil Date: Fri, 3 Aug 2012 15:07:27 +0000 Subject: [PATCH] Fixed AutoDoc indentation, spelling, grammar. git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@45384 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- rom/intuition/nextobject.c | 42 ++++++++++++++++++++---------------------- 1 file changed, 20 insertions(+), 22 deletions(-) diff --git a/rom/intuition/nextobject.c b/rom/intuition/nextobject.c index 5372c15784..26819ba581 100644 --- a/rom/intuition/nextobject.c +++ b/rom/intuition/nextobject.c @@ -1,8 +1,8 @@ /* - Copyright © 1995-2007, The AROS Development Team. All rights reserved. + Copyright © 1995-2012, The AROS Development Team. All rights reserved. Copyright © 2001-2003, The MorphOS Development Team. All Rights Reserved. $Id$ - + Iterate through a list of objects. */ @@ -11,7 +11,7 @@ #include "intuition_intern.h" /***************************************************************************** - + NAME */ #include #include @@ -25,34 +25,32 @@ struct IntuitionBase *, IntuitionBase, 111, Intuition) /* FUNCTION - Use this function to iterate through a list of BOOPSI objects. - You may do whatever you want with the object returned, even - remove it from the list or disposing it and then continue to - iterate thought the list. - + Use this function to iterate through a list of BOOPSI objects. + You may do whatever you want with the object returned, even + remove it from the list or dispose it, and then continue to + iterate through the list. + INPUTS - objectPtrPtr - the pointer to a variable. This must be the same - variable, as long as you iterate though the same list. This - variable must initially be filled with the lh_Head of a list. - + objectPtrPtr - the pointer to a variable. This must be the same + variable, as long as you iterate though the same list. This + variable must initially be filled with the lh_Head of a list. + RESULT - A BOOPSI object, which can be manipulated. - + A BOOPSI object, which can be manipulated. + NOTES - + EXAMPLE BUGS SEE ALSO - NewObjectA(), - "Basic Object-Oriented Programming System for Intuition" and - "boopsi Class Reference" Dokument. - + NewObjectA(), + "Basic Object-Oriented Programming System for Intuition" and + "boopsi Class Reference" Document. + INTERNALS - - HISTORY - + *****************************************************************************/ { AROS_LIBFUNC_INIT -- 2.11.4.GIT