Subversion Repositories Applications.framework

Rev

Rev 464 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 464 Rev 467
Line 3... Line 3...
3
# But : création de la PhpDoc du Framework.
3
# But : création de la PhpDoc du Framework.
4
# Auteur :  Jean-Pascal Milcent <jpm@tela-botanica.org>
4
# Auteur :  Jean-Pascal Milcent <jpm@tela-botanica.org>
5
# License : GPL v3
5
# License : GPL v3
6
# Création : 12 mars 2014
6
# Création : 12 mars 2014
7
# Version: 2
7
# Version: 2
8
# Exemple : ./genererPhpDoc.sh "Mon Titre"
8
# Exemple : ./genererPhpDoc.sh -t "Mon Titre"
9
########################################################################################################################
9
########################################################################################################################
10
# Constante
10
# Constante
11
TITRE=""
11
TITRE=""
12
SOURCE="./../framework"
12
SOURCE="./../framework"
13
CIBLE="./PhpDoc"
13
CIBLE="./PhpDoc"