[yast-commit] r56512 - /trunk/storage/storage/src/modules/Storage.ycp
Author: locilka Date: Tue Mar 31 17:21:56 2009 New Revision: 56512 URL: http://svn.opensuse.org/viewcvs/yast?rev=56512&view=rev Log: Added some FIXMEs where needed Modified: trunk/storage/storage/src/modules/Storage.ycp Modified: trunk/storage/storage/src/modules/Storage.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/storage/storage/src/modules/Storage.ycp?rev=56512&r1=56511&r2=56512&view=diff ============================================================================== --- trunk/storage/storage/src/modules/Storage.ycp (original) +++ trunk/storage/storage/src/modules/Storage.ycp Tue Mar 31 17:21:56 2009 @@ -3731,7 +3731,12 @@ /** * Reads and returns fstab from directory * + * FIXME: please, add description of the list that is returned by this function. + * + * @struct [...unknown...] + * * @param string directory + * @return list fstab? */ global list ReadFstab( string dir ) { @@ -3762,6 +3767,9 @@ } +/** + * FIXME: please, add description of the list that is returned by this function. + */ global list<map> GetCommitInfos() { list<any> infos = []; @@ -3820,6 +3828,7 @@ /** * GetMountPoints() * collect mountpoint:device as map to get a sorted list + * * @returns: map of lists, the map key is the mount point, * usually starting with a "/". Exception is "swap" * For directory mount points (key starting with /) the value @@ -3827,6 +3836,10 @@ * For swap mount points, the value is a list of lists: * [[partitionName, fsid, targetdevice, raid_type], ...] * + * FIXME: please, add more detailed description of the 'map of lists' + * with examples if possible. + * + * @struct $[ [...], [...], ... ] */ global define map GetMountPoints() ``{ -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
locilka@svn.opensuse.org