summaryrefslogtreecommitdiffstats
path: root/gap/subgroupladders.gd
diff options
context:
space:
mode:
authorUlli Kehrle <ulli.kehrle@rwth-aachen.de>2018-11-08 12:46:35 +0100
committerUlli Kehrle <ulli.kehrle@rwth-aachen.de>2018-11-08 12:46:35 +0100
commitaf197de3f2f5581ccfbd1810074dbddd2b3a86a0 (patch)
treeb8190c561fb9bf988ad743eca4c69d588f6e14d3 /gap/subgroupladders.gd
parent893abbaf05ddf0658d8648a3c6f6535708d2e0de (diff)
downloadsubgroup-ladders-af197de3f2f5581ccfbd1810074dbddd2b3a86a0.tar.gz
subgroup-ladders-af197de3f2f5581ccfbd1810074dbddd2b3a86a0.tar.xz
Make documentation more verbose
Diffstat (limited to 'gap/subgroupladders.gd')
-rw-r--r--gap/subgroupladders.gd5
1 files changed, 2 insertions, 3 deletions
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 <A>part</A> 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 <A>G</A>, 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");