tools/fsh-builddocs
changeset 50 e81b4e28b3e2
parent 17 949c6f5096e4
child 51 8dc858aede52
child 90 dc41da2f70a4
equal deleted inserted replaced
49:4a2ffd3562a3 50:e81b4e28b3e2
     1 #!perl
     1 #!perl
     2 # fsh-builddocs
     2 # fsh-builddocs
     3 #
     3 # 
     4 # Copyright (c) 2010 Accenture. All rights reserved.
     4 # Copyright (c) 2010 Accenture. All rights reserved.
     5 # This component and the accompanying materials are made available
     5 # This component and the accompanying materials are made available
     6 # under the terms of the "Eclipse Public License v1.0"
     6 # under the terms of the "Eclipse Public License v1.0"
     7 # which accompanies this distribution, and is available
     7 # which accompanies this distribution, and is available
     8 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
     9 #
     9 # 
    10 # Initial Contributors:
    10 # Initial Contributors:
    11 # Accenture - Initial contribution
    11 # Accenture - Initial contribution
       
    12 #
    12 
    13 
    13 # Description:
    14 # Description:
    14 # fsh-builddocs - A tool that generates HTML documentation from POD source files.
    15 # fsh-builddocs - A tool that generates HTML documentation from POD source files.
    15 
    16 
    16 use strict;
    17 use strict;