Changeset 225
- Timestamp:
- 06/16/11 16:01:35 (13 years ago)
- Location:
- XMLIO_V2/dev/common/tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
XMLIO_V2/dev/common/tools/Doxyfile
r224 r225 52 52 # where doxygen was started. If left blank the current directory will be used. 53 53 54 OUTPUT_DIRECTORY = wk/doc54 OUTPUT_DIRECTORY = ./doc 55 55 56 56 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create … … 620 620 # with spaces. 621 621 622 INPUT = src 4/xmlio622 INPUT = src/xmlio 623 623 624 624 # This tag can be used to specify the character encoding of the source files -
XMLIO_V2/dev/common/tools/xiosInstall
r223 r225 67 67 cd $install_dir 68 68 69 # Création de la documentation doxygen. 70 if [[ !(-z $doc) ]] 71 then 72 echo -e "- Création de la documentation de code doxygen (désactivée)..." 73 #doxygen -s 74 fi 69 75 76 $install_dir/xiosMake 77
Note: See TracChangeset
for help on using the changeset viewer.