Commit graph

15 commits

Author SHA1 Message Date
Dynamics of Condensed Matter
6a4e44fd68
"Make it nice": GFN2-xTB (#5162)
Co-authored-by: Thomas D. Kuehne <tkuehne@cp2k.org>
2026-05-10 01:34:44 +02:00
Ole Schütt
67d412b930 Set encoding explicitly to utf8 in Python and Perl 2020-10-19 11:25:10 +02:00
Eisuke Kawashima
40b9ef4da9 Fix typo 2020-03-12 16:48:53 +01:00
Tiziano Müller
5190897853 doxify: fix unnecessary drop of double semicolons
the following is valid Fortran:

    mystr = "abc&
        &def"

and is equivalent to:

    mystr = "abcdef"

but the current version of the `doxify.sh` script strips it since
`fixcomments.pl` assumed that all ampersands are line continuations.
2020-01-08 11:30:37 +01:00
Tiziano Müller
00994b21d9 doxify: cleanup scripts 2019-09-30 11:29:42 +02:00
Jürg Hutter
ad40a65488 doxify: use \return for return values (Tiziano Mueller)
`\retval` is for documenting specific return values, example:

    https://github.com/doxygen/doxygen/blob/master/testing/026_exception.cpp

While `\return` is for the general return of a function, which is what
we intended.  And since a function can have only one return value, there
is also no need to specify its name.



svn-origin-rev: 18316
2018-03-13 17:10:34 +00:00
Patrick Seewald
717cf36947 New defaults for prettify:
- auto-indentation, auto-alignment and whitespace formatting
- relative indentation width of 3 characters
- upcasing OpenMP statements
- removal of extraneous whitespace and consecutive blank lines
- extending line length for declarations and doxygen boxes to 100 characters


svn-origin-rev: 16762
2016-04-01 05:51:17 +00:00
Ole Schütt
23c59a97a5 doxify: Remove dependence on Log module
svn-origin-rev: 15509
2015-06-24 15:57:29 +00:00
Iain Bethune
df478976c2 Refactored version of the doxify script, including correct handling of
FUNCTIONs with implicit return variables and parameters called 'RESULT'.
Includes Log4Perl module for those perl environments where it is not
installed. (Jeremy Nowell)


svn-origin-rev: 14847
2014-12-15 13:11:50 +00:00
Ole Schütt
107d8425b1 fixcomments.pl: Simply remove empty unmatched procedure args
svn-origin-rev: 14379
2014-10-02 11:57:54 +00:00
Iain Bethune
6013b1a0f1 Modify doxify to correctly process equations in comment blocks, and apply it to the code.
svn-origin-rev: 14151
2014-07-25 13:53:25 +00:00
Iain Bethune
cee712dae3 doxify: correctly print params for functions with a RETURN(), better subroutine name pattern match to allow use with template files
svn-origin-rev: 14145
2014-07-24 21:02:11 +00:00
Iain Bethune
b1fb301f28 doxify: always print out header in exactly the same order
svn-origin-rev: 14144
2014-07-24 12:39:06 +00:00
Iain Bethune
b987fc55e9 doxify fixes: add to distclean target, use \retval instead of \return, avoid duplicating comment lines
svn-origin-rev: 14143
2014-07-24 09:44:27 +00:00
Iain Bethune
0423857c3b Rename script to doxify. Fixes to properly handle \param[in/out] and function return types (Fiona Reid)
svn-origin-rev: 14142
2014-07-23 09:42:53 +00:00
Renamed from tools/doxyify/fixcomments.pl (Browse further)