Retourner au contenu associé (entrée de forum : Détecter des fonctions mortes dans un projet Web)
Posté par Flyounet (site web personnel) le 05 juillet 2011 à 16:10. En réponse au message Détecter des fonctions mortes dans un projet Web. Évalué à 0.
svn export http://code.flyou.net/dev/unstable/makeDocForShell
http://code.flyou.net/dev/unstable/makeDocForShell
Et tu changes la ligne 247
_fncList="$(grep -iE "^[[:space:]]*[^#](function[[:space:]][-_a-z0-9]+|[-_a-z0-9]+[[:space:]]*\([[:space:]]*\))" $i)"
_fncList="$(grep -iE "^[[:space:]]*[^#](function[[:space:]][-_a-z0-9]+|[-_a-z0-9]+[[:space:]]*\([^)]*\))" $i)"
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
# Dans le doute...
Posté par Flyounet (site web personnel) . En réponse au message Détecter des fonctions mortes dans un projet Web. Évalué à 0.
svn export
http://code.flyou.net/dev/unstable/makeDocForShellEt tu changes la ligne 247
par
Ca devrait passer.