From 91fdecd76ffc08725163e5de8f98c5c0d37ba8cc Mon Sep 17 00:00:00 2001
From: Bruno da Silva de Oliveira
Date: Sun, 8 Jun 2003 22:51:37 +0000
Subject: [PATCH] - Changed the filename of one of the doc files to limit it to
32 chars.
[SVN r18709]
---
...s_from_a_header.html => exporting_an_entire_header.html} | 4 ++--
pyste/doc/pyste.txt | 2 +-
pyste/doc/smart_pointers.html | 6 +++---
pyste/doc/wrappers.html | 6 +++---
pyste/index.html | 2 +-
5 files changed, 10 insertions(+), 10 deletions(-)
rename pyste/doc/{exporting_all_declarations_from_a_header.html => exporting_an_entire_header.html} (98%)
diff --git a/pyste/doc/exporting_all_declarations_from_a_header.html b/pyste/doc/exporting_an_entire_header.html
similarity index 98%
rename from pyste/doc/exporting_all_declarations_from_a_header.html
rename to pyste/doc/exporting_an_entire_header.html
index 00f11c2d..d82b8ba2 100644
--- a/pyste/doc/exporting_all_declarations_from_a_header.html
+++ b/pyste/doc/exporting_an_entire_header.html
@@ -1,7 +1,7 @@
-Exporting All Declarations from a Header
+Exporting An Entire Header
@@ -12,7 +12,7 @@
- Exporting All Declarations from a Header
+ Exporting An Entire Header
diff --git a/pyste/doc/pyste.txt b/pyste/doc/pyste.txt
index d5a8b7ad..926c0cf8 100644
--- a/pyste/doc/pyste.txt
+++ b/pyste/doc/pyste.txt
@@ -397,7 +397,7 @@ Pyste expects them to be a [*pointer]. Doing otherwise will prevent your
code to compile when you set a wrapper for a virtual method.
]
-[page:1 Exporting All Declarations from a Header]
+[page:1 Exporting An Entire Header]
Pyste also supports a mechanism to export all declarations found in a header
file. Suppose again our file, [^hello.h]:
diff --git a/pyste/doc/smart_pointers.html b/pyste/doc/smart_pointers.html
index d3ff5923..7563d864 100644
--- a/pyste/doc/smart_pointers.html
+++ b/pyste/doc/smart_pointers.html
@@ -3,7 +3,7 @@
Smart Pointers
-
+
@@ -20,7 +20,7 @@
-
+
@@ -61,7 +61,7 @@ exported if needed, without the need to tell Pyste about them explicitly.