and look for anything that should obviously be fixed.
-0b/ Check for doxygen formatting problems by running contrib/utilities/checkdoxygen.py:
- find doc examples include \( -name "*.h" -o -name "*.dox" \) -print | xargs -n 1 ./contrib/utilities/checkdoxygen.py
-+
- and push the corresponding changes
-
-
0c/ Fix formatting bugs reported by:
cd include;
0d/ Check that doxygen produces no errors when generating offline docs.
Especially check that the tutorial dot graph gets generated
-
0e/ Run the copyright script:
./contrib/utilities/update-copyright
- git checkout -b update-copyright
- git commit -a -m "Update copyright years."
- git push origin update-copyright
- hub pull-request -m "Update copyright years."
- and push the corresponding changes
-
+ and make a PR.
+ Important: commit message needs to be "Update copyright years"
0f/ update Trilinos and PETSc to the latest release on the tester and update the blurb at:
doc/external-libs/trilinos.html
8/ Remove unfinished tutorial programs.
For 9.0, these are steps 47, 50
+ For 9.1, these are none
a) Delete directories on the branch:
- [ ] <b>-1c</b> Update the list of contributors in the release paper
- [ ] <b>0</b> Do some basic testing as always
- [ ] <b>0a</b> Rerun cppcheck across the source files
-- [ ] <b>0b</b> Check for doxygen formatting problems
- [ ] <b>0c</b> Fix formatting bugs reported by various command line queries
- [ ] <b>0d</b> Check that doxygen produces no errors when generating offline docs.
- [ ] <b>0e</b> Run the copyright script