From 60bfbbb7f52d4bf98351eb034c9806b9bb0d63f0 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Sat, 12 Jul 2003 21:39:44 +0000 Subject: [PATCH] Removed \n at the end of the file and added a VIM option to keep it as is. --- Doxyfile | 2 +- examples/bife.php | 4 ++-- examples/index.php | 4 ++-- package.xml | 2 +- src/BIFE/Album/Pager.php | 2 +- src/BIFE/Album/Photo.php | 2 +- src/BIFE/Album/Thumbs.php | 4 ++-- xmi2code.tpl.php | 27 +++++++++++++++++++++++++++ 8 files changed, 37 insertions(+), 10 deletions(-) create mode 100644 xmi2code.tpl.php diff --git a/Doxyfile b/Doxyfile index 038e6e9..6c3d856 100644 --- a/Doxyfile +++ b/Doxyfile @@ -4,7 +4,7 @@ # General configuration options #--------------------------------------------------------------------------- PROJECT_NAME = "BIFE Album" -PROJECT_NUMBER = 0.12 +PROJECT_NUMBER = 0.13 OUTPUT_DIRECTORY = api OUTPUT_LANGUAGE = English USE_WINDOWS_ENCODING = NO diff --git a/examples/bife.php b/examples/bife.php index 17eff4f..5b07fef 100644 --- a/examples/bife.php +++ b/examples/bife.php @@ -1,5 +1,5 @@ __destruct(); echo $page->render($template); // }}} -?> +?> \ No newline at end of file diff --git a/examples/index.php b/examples/index.php index 5377064..e578de5 100644 --- a/examples/index.php +++ b/examples/index.php @@ -1,5 +1,5 @@ +?> \ No newline at end of file diff --git a/package.xml b/package.xml index 3588538..e16e5d8 100644 --- a/package.xml +++ b/package.xml @@ -16,7 +16,7 @@ - 0.12 + 0.13 2003-06-29 alpha Check http://bife.llucax.hn.org/ for details. diff --git a/src/BIFE/Album/Pager.php b/src/BIFE/Album/Pager.php index 70e4daa..f17fc61 100644 --- a/src/BIFE/Album/Pager.php +++ b/src/BIFE/Album/Pager.php @@ -1,5 +1,5 @@ +?> \ No newline at end of file diff --git a/xmi2code.tpl.php b/xmi2code.tpl.php new file mode 100644 index 0000000..47f5c23 --- /dev/null +++ b/xmi2code.tpl.php @@ -0,0 +1,27 @@ + | +// +--------------------------------------------------------------------+ +// +// $Id$ +// \ No newline at end of file -- 2.43.0