mirror of https://github.com/ecmwf/eccodes.git
Confluence: re-order API example pages (C last)
This commit is contained in:
parent
08107acf41
commit
20c55a93a0
|
@ -10,7 +10,7 @@ use strict;
|
||||||
#The root page of examples in confluence!!!
|
#The root page of examples in confluence!!!
|
||||||
my $rootPage="API examples";
|
my $rootPage="API examples";
|
||||||
|
|
||||||
my @langKeys=("c","f","p");
|
my @langKeys=("f","p","c");
|
||||||
|
|
||||||
my %langName = ("f" => "Fortran 90",
|
my %langName = ("f" => "Fortran 90",
|
||||||
"c" => "C",
|
"c" => "C",
|
||||||
|
@ -30,6 +30,8 @@ my %langDir = ("f" => "F90",
|
||||||
|
|
||||||
|
|
||||||
my $CONF=$ENV{CONF};
|
my $CONF=$ENV{CONF};
|
||||||
|
die "Env var CONF should point to confluence.sh script" if ( $CONF == "" || ! -f "$CONF" );
|
||||||
|
|
||||||
my $inRootDir;
|
my $inRootDir;
|
||||||
|
|
||||||
#---------------------------------
|
#---------------------------------
|
||||||
|
|
Loading…
Reference in New Issue