Changeset 225 for XMLIO_V2/dev/common


Ignore:
Timestamp:
06/16/11 16:01:35 (13 years ago)
Author:
hozdoba
Message:
 
Location:
XMLIO_V2/dev/common/tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • XMLIO_V2/dev/common/tools/Doxyfile

    r224 r225  
    5252# where doxygen was started. If left blank the current directory will be used. 
    5353 
    54 OUTPUT_DIRECTORY       = wk/doc 
     54OUTPUT_DIRECTORY       = ./doc 
    5555 
    5656# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create  
     
    620620# with spaces. 
    621621 
    622 INPUT                  = src4/xmlio 
     622INPUT                  = src/xmlio 
    623623 
    624624# This tag can be used to specify the character encoding of the source files  
  • XMLIO_V2/dev/common/tools/xiosInstall

    r223 r225  
    6767cd $install_dir 
    6868 
     69# Création de la documentation doxygen. 
     70if [[ !(-z $doc) ]] 
     71   then 
     72      echo -e "- Création de la documentation de code doxygen (désactivée)..." 
     73      #doxygen -s 
     74fi 
    6975 
     76$install_dir/xiosMake 
     77 
Note: See TracChangeset for help on using the changeset viewer.