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/local_flush.f90

    r1321 r1682  
    1  SUBROUTINE local_flush( file_id )
    2 
     1!> @file local_flush.f90
    32!--------------------------------------------------------------------------------!
    43! This file is part of PALM.
     
    2019! Current revisions:
    2120! -----------------
     21! Code annotations made doxygen readable
    2222!
    2323! Former revisions:
     
    3939! Description:
    4040! ------------
    41 ! Flush calls for different operating systems
     41!> Flush calls for different operating systems
    4242!------------------------------------------------------------------------------!
     43 SUBROUTINE local_flush( file_id )
     44 
    4345
    4446    USE kinds
    4547
    46     INTEGER(iwp) ::  file_id !:
     48    INTEGER(iwp) ::  file_id !<
    4749
    4850#if defined( __ibm )
Note: See TracChangeset for help on using the changeset viewer.