Skip to content
Snippets Groups Projects
Commit 726d9581 authored by Regis Houssin's avatar Regis Houssin
Browse files

Fix: remove obsolete tags (in progress)

parent 38b5347d
No related branches found
No related tags found
No related merge requests found
Showing
with 12 additions and 33 deletions
#!/usr/bin/perl
#--------------------------------------------------------------------
# Lance la generation de la doc dev doxygen
#
# \version $Id$
#--------------------------------------------------------------------
# Detecte repertoire du script
......
......@@ -2,7 +2,6 @@
#--------------------------------------------------------------------
# \brief This script is a preprocessor for PHP files to be used
# on PHP source files before running Doxygen.
# \version $Id$
# \author Laurent Destailleur
#--------------------------------------------------------------------
......
......@@ -3,7 +3,6 @@
# Script to get version of a source file
# Does not work with cygwin cvs command on Windows.
#
# \version $Id$
#--------------------------------------------------------------------
# Usage: dolibarr-doxygen-getversion.pl pathtofilefromdolibarrroot
......
......@@ -2,7 +2,6 @@
#----------------------------------------------------------------------------
# \file build/makepack-dolibarr.pl
# \brief Dolibarr package builder (tgz, zip, rpm, deb, exe, aps)
# \version $Id: makepack-dolibarr.pl,v 1.151 2011/08/22 23:09:30 eldy Exp $
# \author (c)2004-2011 Laurent Destailleur <eldy@users.sourceforge.net>
#----------------------------------------------------------------------------
......@@ -45,7 +44,7 @@ if (-d "/usr/src/RPM") { $RPMDIR="/usr/src/RPM"; } # mandrake
use vars qw/ $REVISION $VERSION /;
$REVISION='$Revision: 1.151 $'; $REVISION =~ /\s(.*)\s/; $REVISION=$1;
$REVISION='$Revision: 1.152 $'; $REVISION =~ /\s(.*)\s/; $REVISION=$1;
$VERSION="3.2 (build $REVISION)";
......
......@@ -2,7 +2,6 @@
#----------------------------------------------------------------------------
# \file build/makepack-dolibarrlang.pl
# \brief Package builder (tgz, zip, rpm, deb, exe)
# \version $Revision: 1.9 $
# \author (c)2005 Laurent Destailleur <eldy@users.sourceforge.net>
#----------------------------------------------------------------------------
......@@ -22,7 +21,7 @@ $PROJECT = "dolibarr";
);
use vars qw/ $REVISION $VERSION /;
$REVISION = '$Revision: 1.9 $';
$REVISION = '$Revision: 1.10 $';
$REVISION =~ /\s(.*)\s/;
$REVISION = $1;
$VERSION = "1.0 (build $REVISION)";
......
......@@ -2,7 +2,6 @@
#----------------------------------------------------------------------------
# \file build/makepack-dolibarrmodule.pl
# \brief Package builder (tgz, zip, rpm, deb, exe)
# \version $Revision$
# \author (c)2005-2006 Laurent Destailleur <eldy@users.sourceforge.net>
#----------------------------------------------------------------------------
......@@ -19,7 +18,7 @@ use Cwd;
use vars qw/ $REVISION $VERSION /;
$REVISION='$Revision$'; $REVISION =~ /\s(.*)\s/; $REVISION=$1;
$REVISION='$Revision: 1.20 $'; $REVISION =~ /\s(.*)\s/; $REVISION=$1;
$VERSION="1.0 (build $REVISION)";
......
......@@ -2,7 +2,6 @@
#-----------------------------------------------------------------------------
# \file build/makepack-dolibarrtheme.pl
# \brief Script to build a theme Package for Dolibarr
# \version $Revision: 1.10 $
# \author (c)2005-2009 Laurent Destailleur <eldy@users.sourceforge.net>
#-----------------------------------------------------------------------------
......@@ -25,7 +24,7 @@ $PROJECT="dolibarr";
use vars qw/ $REVISION $VERSION /;
$REVISION='$Revision: 1.10 $'; $REVISION =~ /\s(.*)\s/; $REVISION=$1;
$REVISION='$Revision: 1.11 $'; $REVISION =~ /\s(.*)\s/; $REVISION=$1;
$VERSION="1.0 (build $REVISION)";
......
......@@ -2,7 +2,6 @@
#----------------------------------------------------------------------------
# \file build/patch/buildpatch.sh
# \brief Create patch files
# \version $Revision$
# \author (c)2009-2011 Laurent Destailleur <eldy@users.sourceforge.net>
#----------------------------------------------------------------------------
# This script can be used to build a patch after a developer has made
......
#----------------------------------------------------------------------------
# \file dolibarr.pl
# \brief Dolibarr script install for Virtualmin Pro
# \version $Revision: 1.20 $
# \author (c)2009-2011 Regis Houssin <regis@dolibarr.fr>
#----------------------------------------------------------------------------
......
......@@ -20,9 +20,8 @@
*/
/**
\file htdocs/dev/generate-commande.php
\brief Script de generation de donnees aleatoires pour les commandes
\version $Id: generate-commande.php,v 1.18 2011/07/31 22:21:57 eldy Exp $
* \file htdocs/dev/generate-commande.php
* \brief Script de generation de donnees aleatoires pour les commandes
*/
// Test si mode batch
......
......@@ -21,7 +21,6 @@
/**
* \file htdocs/dev/generate-facture.php
* \brief Script de generation de donnees aleatoires pour les factures
* \version $Id: generate-facture.php,v 1.15 2011/07/31 22:21:57 eldy Exp $
*/
// Test si mode batch
......
......@@ -22,7 +22,6 @@
/**
* \file htdocs/dev/generate-produit.php
* \brief Script de generation de donnees aleatoires pour les produits
* \version $Id: generate-produit.php,v 1.17 2011/07/31 22:21:57 eldy Exp $
*/
// Test si mode batch
......
......@@ -22,7 +22,6 @@
/**
* \file htdocs/dev/generate-propale.php
* \brief Script de generation de donnees aleatoires pour les propales
* \version $Id: generate-propale.php,v 1.16 2011/07/31 22:21:57 eldy Exp $
*/
// Test si mode batch
......
......@@ -22,7 +22,6 @@
/**
* \file htdocs/dev/generate-societe.php
* \brief Script de generation de donnees aleatoires pour les societes
* \version $Id: generate-societe.php,v 1.17 2011/07/31 22:21:57 eldy Exp $
*/
// Test si mode batch
......
......@@ -19,7 +19,6 @@
/**
* \file dev/samples/manage_order.php
* \brief This file is an example for a command line script
* \version $Id: create_invoice.php,v 1.6 2011/07/31 22:21:59 eldy Exp $
* \author Put author name here
* \remarks Put here some comments
*/
......@@ -35,7 +34,7 @@ if (substr($sapi_type, 0, 3) == 'cgi') {
}
// Global variables
$version='$Revision: 1.6 $';
$version='$Revision: 1.7 $';
$error=0;
......
......@@ -19,7 +19,6 @@
/**
* \file dev/samples/manage_order.php
* \brief This file is an example for a command line script
* \version $Id: create_order.php,v 1.10 2011/07/31 22:21:59 eldy Exp $
* \author Put author name here
* \remarks Put here some comments
*/
......@@ -35,7 +34,7 @@ if (substr($sapi_type, 0, 3) == 'cgi') {
}
// Global variables
$version='$Revision: 1.10 $';
$version='$Revision: 1.11 $';
$error=0;
......
......@@ -19,7 +19,6 @@
/**
* \file dev/samples/create_product.php
* \brief This file is an example for a command line script
* \version $Id: create_product.php,v 1.9 2011/07/31 22:21:59 eldy Exp $
* \author Put author name here
* \remarks Put here some comments
*/
......@@ -35,7 +34,7 @@ if (substr($sapi_type, 0, 3) == 'cgi') {
}
// Global variables
$version='$Revision: 1.9 $';
$version='$Revision: 1.10 $';
$error=0;
......
......@@ -20,7 +20,6 @@
* \file dev/skeletons/build_class_from_table.php
* \ingroup core
* \brief Create a complete class file from a table in database
* \version $Id: build_class_from_table.php,v 1.33 2011/07/31 22:21:58 eldy Exp $
*/
$sapi_type = php_sapi_name();
......@@ -38,7 +37,7 @@ require_once($path."../../htdocs/master.inc.php");
// After this $db is a defined handler to database.
// Main
$version='$Revision: 1.33 $';
$version='$Revision: 1.34 $';
@set_time_limit(0);
$error=0;
......
......@@ -20,7 +20,6 @@
* \file dev/skeletons/build_webservice_from_class.php
* \ingroup core
* \brief Create a complete webservice file from CRUD functions of a PHP class
* \version $Id: build_webservice_from_class.php,v 1.7 2011/07/31 22:21:58 eldy Exp $
*/
$sapi_type = php_sapi_name();
......@@ -38,7 +37,7 @@ require_once($path."../../htdocs/master.inc.php");
// After this $db is a defined handler to database.
// Main
$version='$Revision: 1.7 $';
$version='$Revision: 1.8 $';
@set_time_limit(0);
$error=0;
......
......@@ -27,7 +27,6 @@
* \file htdocs/includes/modules/modMyModule.class.php
* \ingroup mymodule
* \brief Description and activation file for module MyModule
* \version $Id: modMyModule.class.php,v 1.68 2011/08/10 23:30:20 eldy Exp $
*/
include_once(DOL_DOCUMENT_ROOT ."/includes/modules/DolibarrModules.class.php");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment