From af197de3f2f5581ccfbd1810074dbddd2b3a86a0 Mon Sep 17 00:00:00 2001 From: Ulli Kehrle Date: Thu, 8 Nov 2018 12:46:35 +0100 Subject: Make documentation more verbose --- gap/subgroupladders.gd | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'gap/subgroupladders.gd') diff --git a/gap/subgroupladders.gd b/gap/subgroupladders.gd index 59b9325..b663821 100644 --- a/gap/subgroupladders.gd +++ b/gap/subgroupladders.gd @@ -4,14 +4,12 @@ # Declarations # -#! @Chapter subgroup-ladders -#! @Section subgroup-ladders - #! @Description #! Given a list of lists part of positive integers, this will compute #! the Young subgroup corresponding to this partition. #! @Returns a group #! @Arguments part +#! @ChapterInfo subgroupladders, subgroupladders DeclareGlobalFunction( "YoungGroupFromPartition" ); #! @Description #! Given a permutation group G, this will compute a subgroup ladder @@ -26,4 +24,5 @@ DeclareGlobalFunction( "YoungGroupFromPartition" ); #! At this step, the index may be larger than the degree. #! @Returns a list of groups #! @Arguments G +#! @ChapterInfo subgroupladders, subgroupladders DeclareGlobalFunction( "SubgroupLadder"); -- cgit v1.2.3-24-g4f1b