fix preprocessed header name note

[SVN r19418]
This commit is contained in:
Aleksey Gurtovoy
2003-08-04 02:21:00 +00:00
parent 5a060a51ce
commit c62645ac2b
25 changed files with 26 additions and 26 deletions

View File

@@ -1,4 +1,4 @@
// preprocessed version of 'boost/mpl/aux_/lambda_expr.hpp' header
// preprocessed version of 'boost/mpl/full_lambda.hpp' header
// see the original for copyright information
namespace boost {

View File

@@ -1,4 +1,4 @@
// preprocessed version of 'boost/mpl/aux_/config/use_preprocessed.hpp' header
// preprocessed version of 'boost/mpl/lambda_no_ctps.hpp' header
// see the original for copyright information
namespace boost {

View File

@@ -1,3 +1,3 @@
// preprocessed version of 'boost/mpl/aux_/config/use_preprocessed.hpp' header
// preprocessed version of 'boost/mpl/quote.hpp' header
// see the original for copyright information

View File

@@ -1,4 +1,4 @@
// preprocessed version of 'boost/mpl/aux_/lambda_expr.hpp' header
// preprocessed version of 'boost/mpl/full_lambda.hpp' header
// see the original for copyright information
namespace boost {

View File

@@ -1,4 +1,4 @@
// preprocessed version of 'boost/mpl/aux_/config/use_preprocessed.hpp' header
// preprocessed version of 'boost/mpl/lambda_no_ctps.hpp' header
// see the original for copyright information
namespace boost {

View File

@@ -1,3 +1,3 @@
// preprocessed version of 'boost/mpl/aux_/config/use_preprocessed.hpp' header
// preprocessed version of 'boost/mpl/quote.hpp' header
// see the original for copyright information

View File

@@ -1,4 +1,4 @@
// preprocessed version of 'boost/mpl/aux_/lambda_expr.hpp' header
// preprocessed version of 'boost/mpl/full_lambda.hpp' header
// see the original for copyright information
namespace boost {

View File

@@ -1,4 +1,4 @@
// preprocessed version of 'boost/mpl/aux_/config/use_preprocessed.hpp' header
// preprocessed version of 'boost/mpl/lambda_no_ctps.hpp' header
// see the original for copyright information
namespace boost {

View File

@@ -1,4 +1,4 @@
// preprocessed version of 'boost/mpl/aux_/config/use_preprocessed.hpp' header
// preprocessed version of 'boost/mpl/quote.hpp' header
// see the original for copyright information
namespace boost {

View File

@@ -1,4 +1,4 @@
// preprocessed version of 'boost/mpl/aux_/lambda_expr.hpp' header
// preprocessed version of 'boost/mpl/full_lambda.hpp' header
// see the original for copyright information
namespace boost {

View File

@@ -1,4 +1,4 @@
// preprocessed version of 'boost/mpl/aux_/config/use_preprocessed.hpp' header
// preprocessed version of 'boost/mpl/lambda_no_ctps.hpp' header
// see the original for copyright information
namespace boost {

View File

@@ -1,3 +1,3 @@
// preprocessed version of 'boost/mpl/aux_/config/use_preprocessed.hpp' header
// preprocessed version of 'boost/mpl/quote.hpp' header
// see the original for copyright information

View File

@@ -1,4 +1,4 @@
// preprocessed version of 'boost/mpl/aux_/lambda_expr.hpp' header
// preprocessed version of 'boost/mpl/full_lambda.hpp' header
// see the original for copyright information
namespace boost {

View File

@@ -1,4 +1,4 @@
// preprocessed version of 'boost/mpl/aux_/config/use_preprocessed.hpp' header
// preprocessed version of 'boost/mpl/lambda_no_ctps.hpp' header
// see the original for copyright information
namespace boost {

View File

@@ -1,4 +1,4 @@
// preprocessed version of 'boost/mpl/aux_/config/use_preprocessed.hpp' header
// preprocessed version of 'boost/mpl/quote.hpp' header
// see the original for copyright information
namespace boost {

View File

@@ -1,4 +1,4 @@
// preprocessed version of 'boost/mpl/aux_/lambda_expr.hpp' header
// preprocessed version of 'boost/mpl/full_lambda.hpp' header
// see the original for copyright information
namespace boost {

View File

@@ -1,4 +1,4 @@
// preprocessed version of 'boost/mpl/aux_/config/use_preprocessed.hpp' header
// preprocessed version of 'boost/mpl/lambda_no_ctps.hpp' header
// see the original for copyright information
namespace boost {

View File

@@ -1,4 +1,4 @@
// preprocessed version of 'boost/mpl/aux_/config/use_preprocessed.hpp' header
// preprocessed version of 'boost/mpl/quote.hpp' header
// see the original for copyright information
namespace boost {

View File

@@ -1,4 +1,4 @@
// preprocessed version of 'boost/mpl/aux_/lambda_expr.hpp' header
// preprocessed version of 'boost/mpl/full_lambda.hpp' header
// see the original for copyright information
namespace boost {

View File

@@ -1,4 +1,4 @@
// preprocessed version of 'boost/mpl/aux_/config/use_preprocessed.hpp' header
// preprocessed version of 'boost/mpl/lambda_no_ctps.hpp' header
// see the original for copyright information
namespace boost {

View File

@@ -1,4 +1,4 @@
// preprocessed version of 'boost/mpl/aux_/config/use_preprocessed.hpp' header
// preprocessed version of 'boost/mpl/quote.hpp' header
// see the original for copyright information
namespace boost {

View File

@@ -1,4 +1,4 @@
// preprocessed version of 'boost/mpl/aux_/lambda_expr.hpp' header
// preprocessed version of 'boost/mpl/full_lambda.hpp' header
// see the original for copyright information
namespace boost {

View File

@@ -1,4 +1,4 @@
// preprocessed version of 'boost/mpl/aux_/config/use_preprocessed.hpp' header
// preprocessed version of 'boost/mpl/lambda_no_ctps.hpp' header
// see the original for copyright information
namespace boost {

View File

@@ -1,4 +1,4 @@
// preprocessed version of 'boost/mpl/aux_/config/use_preprocessed.hpp' header
// preprocessed version of 'boost/mpl/quote.hpp' header
// see the original for copyright information
namespace boost {

View File

@@ -132,7 +132,7 @@ class pretty:
self.output = open(name, "w")
self.prev_line = ''
self.re_header_name_comment = re.compile(r"^\s*//\s*boost\s+(mpl(/\w+)+\.hpp)\s+header\s+file\s*$")
self.re_header_name_comment = re.compile(r"^\s*//\s+\+\s+file:\s+(boost/mpl(/\w+)+\.hpp)s*$")
self.header_was_written = 0
self.re_junk = re.compile(r"^\s*(#|//[^:]).*$")
@@ -168,7 +168,7 @@ class pretty:
self.header_was_written = 1
match = self.re_header_name_comment.match(line)
self.output.write( \
"// preprocessed version of 'boost/%s' header\n"\
"// preprocessed version of '%s' header\n"\
"// see the original for copyright information\n\n" \
% match.group(1)
)