Docs: Clean old-Makefile mentions (#5541)

This commit is contained in:
SY Wang 2026-07-07 17:46:50 +08:00 committed by GitHub
parent fe787632bd
commit b07e6de83f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 298 additions and 748 deletions

View file

@ -161,5 +161,7 @@ central redirections, i.e. avoid to use direct calls to external libraries in CP
- The following keywords are required: `\brief`, `\param` (for each parameter), `\retval` (for
functions).
- The following keywords are optional: `\note`, `\par`, `\date`, `\author`.
- Please run `make doxify` to format your doxygen comments, or generate templates where none exist.
- Run `./tools/precommit/precommit.py --allow-modifications <file>` before committing modified
Fortran sources. It runs Doxify before applying the Fortran formatter. To update Doxygen blocks
only, run `./tools/doxify/doxify.sh <file>`.
- See our [doxygen pages](http://doxygen.cp2k.org/files.html) for the result.