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_last_actions.f90

    r1321 r1682  
    1  SUBROUTINE user_last_actions
    2 
     1!> @file user_last_actions.f90
    32!--------------------------------------------------------------------------------!
    43! This file is part of PALM.
     
    2019! Current revisions:
    2120! -----------------
    22 !
     21! Code annotations made doxygen readable
    2322!
    2423! Former revisions:
     
    3736! Description:
    3837! ------------
    39 ! Execution of user-defined actions at the end of a job.
     38!> Execution of user-defined actions at the end of a job.
    4039!------------------------------------------------------------------------------!
     40 SUBROUTINE user_last_actions
     41 
    4142
    4243    USE control_parameters
Note: See TracChangeset for help on using the changeset viewer.