Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
IPSL
P
Projets
dynamico
DYNAMICO
Commits
1c98b773
Commit
1c98b773
authored
Jun 29, 2022
by
Thomas Dubos
Browse files
Move converged doc/ directory into master/
parent
cddd2370
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
2380 deletions
+0
-2380
master/doc/Doxyfile
master/doc/Doxyfile
+0
-0
master/doc/dox.sh
master/doc/dox.sh
+0
-0
trunk2master/doc/Doxyfile
trunk2master/doc/Doxyfile
+0
-2364
trunk2master/doc/dox.sh
trunk2master/doc/dox.sh
+0
-16
No files found.
devel2
master/doc/Doxyfile
→
master/doc/Doxyfile
View file @
1c98b773
File moved
devel2
master/doc/dox.sh
→
master/doc/dox.sh
View file @
1c98b773
File moved
trunk2master/doc/Doxyfile
deleted
100644 → 0
View file @
cddd2370
This diff is collapsed.
Click to expand it.
trunk2master/doc/dox.sh
deleted
100755 → 0
View file @
cddd2370
#!/bin/bash
cd
doc
REV
=
$1
DOXYFILE
=
"Doxyfile.
$REV
"
#EXCL="src\/dimensions.f90 src\/geometry.f90 src\/trace.f90 src\/mpipara.f90"
sed
"s/rXXX/
$REV
/g"
Doxyfile
>
$DOXYFILE
#sed -i "s/EXCLUDED_F90/$EXCL/g" $DOXYFILE
rm
-rf
src html latex
mkdir
src
cp
../src/
*
.f90 ../src/
*
/
*
.f90 ../ppsrc/src/
*
.f90 ../ppsrc/
*
/
*
.f90 src
doxygen
$DOXYFILE
mv
html ../public
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment