Skip to content

Commit

Permalink
Fix auto formatting of SISI_DOC
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrogallo committed Nov 22, 2022
1 parent c3596ea commit 2bd25a0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
1 change: 1 addition & 0 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ WhitespaceSensitiveMacros:
- STRINGIZE
- PP_STRINGIZE
- BOOST_PP_STRINGIZE
- SISI_DOC
TypenameMacros:
- PTR
...
15 changes: 8 additions & 7 deletions src/algorithms/MoReader.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -401,13 +401,14 @@ void MoReader::run() {
}
}

SISI_DOC(*Documentation
SISI_DOC(
* Documentation

This module contains convenience routines in order to read
molecular orbitals from the following codes
:
This module contains convenience routines in order to read
molecular orbitals from the following codes:

-NWCHEM - PSI4
- TURBOMOLE
- NWCHEM
- PSI4
- TURBOMOLE

* END)
* END)

0 comments on commit 2bd25a0

Please sign in to comment.