Update of /cvsroot/phpweather/phpweather
In directory usw-pr-cvs1:/tmp/cvs-serv31498
Modified Files:
phpweather.php
Log Message:
Ha-ha!! It works now! When I regenerate the docs, then I don't have to
commit all the files to CVS, only those who is actually changed.
It works because I've turned off keyword-substitution on the docs, and
then run the Apache as myself.
Index: phpweather.php
===================================================================
RCS file: /cvsroot/phpweather/phpweather/phpweather.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -3 -r1.1.1.1 -r1.2
--- phpweather.php 2001/03/22 18:04:10 1.1.1.1
+++ phpweather.php 2001/03/26 20:25:49 1.2
@@ -5,8 +5,8 @@
*
* This class creates a member-object called output. It manages the language of the
output.
*
- * @author Martin Geisler <[EMAIL PROTECTED]>
- * @version $Id$
+ * @author Martin Geisler <[EMAIL PROTECTED]>
+ * @version $Id$
*/
class phpweather extends metar_parser {
@@ -41,8 +41,8 @@
*
* The language is set by creating an object of the appropriate type, like
'locale_en' for English, 'locale_da' for Danish and so on.
*
- * @param string The langauge-code for the language, like 'en' for English,
'fr' for French and so on.
- * @access public
+ * @param string The langauge-code for the language, like 'en' for English, 'fr'
+for French and so on.
+ * @access public
*/
function set_language($new_language) {
switch ($new_language) {
@@ -68,8 +68,8 @@
/**
* Retuns the langauge.
*
- * @return string The langauge used by the object.
- * @access public
+ * @return string The langauge used by the object.
+ * @access public
*/
function get_language() {
return $this->properties['language'];
@@ -81,8 +81,8 @@
*
* If the METAR is not parsed, then it calls decode_metar() first, before it passes
the decoded METAR to the print_pretty() function of the output-object.
*
- * @return string The pretty-printed weather-report.
- * @access public
+ * @return string The pretty-printed weather-report.
+ * @access public
*/
function print_pretty() {
if (empty($this->decoded_metar)) {
@@ -96,8 +96,8 @@
*
* If the METAR is not parsed, then it calls decode_metar() first, before it passes
the decoded METAR to the print_table() function of the output-object.
*
- * @return string The table-printed weather-report.
- * @access public
+ * @return string The table-printed weather-report.
+ * @access public
*/
function print_table() {
if (empty($this->decoded_metar)) {
_______________________________________________
PHPWeather-checkins mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/phpweather-checkins