From: Leandro Lucarella Date: Sat, 12 Jul 2003 21:39:44 +0000 (+0000) Subject: Removed \n at the end of the file and added a VIM option to keep it as is. X-Git-Tag: svn_import X-Git-Url: https://git.llucax.com/software/bife/album.git/commitdiff_plain/refs/heads/master?ds=sidebyside Removed \n at the end of the file and added a VIM option to keep it as is. --- 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