Ignore:
Timestamp:
Oct 7, 2015 11:56:08 PM (9 years ago)
Author:
knoop
Message:

Code annotations made doxygen readable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/user_header.f90

    r1552 r1682  
    1  SUBROUTINE user_header( io )
    2 
     1!> @file user_header.f90
    32!--------------------------------------------------------------------------------!
    43! This file is part of PALM.
     
    2019! Current revisions:
    2120! -----------------
    22 !
     21! Code annotations made doxygen readable
    2322!
    2423! Former revisions:
     
    4746! Description:
    4847! ------------
    49 ! Print a header with user-defined information.
     48!> Print a header with user-defined information.
    5049!------------------------------------------------------------------------------!
     50 SUBROUTINE user_header( io )
     51 
    5152
    5253    USE kinds
     
    5960    IMPLICIT NONE
    6061
    61     INTEGER(iwp) ::  i    !:
    62     INTEGER(iwp) ::  io   !:
     62    INTEGER(iwp) ::  i    !<
     63    INTEGER(iwp) ::  io   !<
    6364
    6465!
Note: See TracChangeset for help on using the changeset viewer.