Skip to content

Commit

Permalink
Remove file ending comment blocks (#92)
Browse files Browse the repository at this point in the history
Co-authored-by: haszi <[email protected]>
  • Loading branch information
haszi and haszi authored Feb 8, 2024
1 parent e4a363f commit e5b8bf3
Show file tree
Hide file tree
Showing 74 changed files with 60 additions and 295 deletions.
3 changes: 0 additions & 3 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1024,6 +1024,3 @@
</changelog>

</package>
<!--
vim: et sw=2 ts=2
-->
3 changes: 0 additions & 3 deletions package_generic.xml
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,3 @@
</changelog>

</package>
<!--
vim: et sw=2 ts=2
-->
3 changes: 0 additions & 3 deletions package_geshi.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,3 @@
</changelog>

</package>
<!--
vim: et sw=2 ts=2
-->
3 changes: 0 additions & 3 deletions package_geshi11x.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,3 @@
</changelog>

</package>
<!--
vim: et sw=2 ts=2
-->
3 changes: 0 additions & 3 deletions package_ide.xml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,3 @@
</changelog>

</package>
<!--
vim: et sw=2 ts=2
-->
3 changes: 0 additions & 3 deletions package_pear.xml
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,3 @@
</changelog>

</package>
<!--
vim: et sw=2 ts=2
-->
3 changes: 0 additions & 3 deletions package_php.xml
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,3 @@
</changelog>

</package>
<!--
vim: et sw=2 ts=2
-->
5 changes: 1 addition & 4 deletions phpdotnet/phd/Autoloader.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,4 @@ public static function autoload($name)
}
}

/*
* vim600: sw=4 ts=4 syntax=php et
* vim<600: sw=4 ts=4
*/

5 changes: 1 addition & 4 deletions phpdotnet/phd/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,4 @@ public static function copyright() {

}

/*
* vim600: sw=4 ts=4 syntax=php et
* vim<600: sw=4 ts=4
*/

5 changes: 0 additions & 5 deletions phpdotnet/phd/Format.php
Original file line number Diff line number Diff line change
Expand Up @@ -616,8 +616,3 @@ public function getDebugTree($name, $props)
return $tree;
}
}

/*
* vim600: sw=4 ts=4 fdm=syntax syntax=php et
* vim<600: sw=4 ts=4
*/
5 changes: 1 addition & 4 deletions phpdotnet/phd/Format/Abstract/Manpage.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,4 @@ public function createLink($for, &$desc = null, $type = Format::SDESC) {

}

/*
* vim600: sw=4 ts=4 syntax=php et
* vim<600: sw=4 ts=4
*/

5 changes: 1 addition & 4 deletions phpdotnet/phd/Format/Abstract/PDF.php
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,4 @@ private function addImage($url) {
}
}

/*
* vim600: sw=4 ts=4 syntax=php et
* vim<600: sw=4 ts=4
*/

5 changes: 1 addition & 4 deletions phpdotnet/phd/Format/Abstract/XHTML.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,4 @@ public function restorePara() {

}

/*
* vim600: sw=4 ts=4 syntax=php et
* vim<600: sw=4 ts=4
*/

5 changes: 1 addition & 4 deletions phpdotnet/phd/Format/Factory.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,4 @@ public final function __toString() {
}
}

/*
* vim600: sw=4 ts=4 syntax=php et
* vim<600: sw=4 ts=4
*/

5 changes: 1 addition & 4 deletions phpdotnet/phd/Highlighter.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,4 @@ public function highlight($text, $role, $format)

}

/*
* vim600: sw=4 ts=4 syntax=php et
* vim<600: sw=4 ts=4
*/

5 changes: 1 addition & 4 deletions phpdotnet/phd/Highlighter/GeSHi.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,4 @@ public function highlight($text, $role, $format)

}

/*
* vim600: sw=4 ts=4 syntax=php et
* vim<600: sw=4 ts=4
*/

5 changes: 1 addition & 4 deletions phpdotnet/phd/Highlighter/GeSHi11x.php
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,4 @@ protected function getGeSHiLanguage($role)

}

/*
* vim600: sw=4 ts=4 syntax=php et
* vim<600: sw=4 ts=4
*/

5 changes: 1 addition & 4 deletions phpdotnet/phd/Index.php
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,4 @@ public function setMembership($membership) {
}


/*
* vim600: sw=4 ts=4 syntax=php et
* vim<600: sw=4 ts=4
*/

5 changes: 1 addition & 4 deletions phpdotnet/phd/MediaManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,4 @@ public function findFile($filename, $allowfallback = true)

}//class MediaManager

/*
* vim600: sw=4 ts=4 syntax=php et
* vim<600: sw=4 ts=4
*/

5 changes: 1 addition & 4 deletions phpdotnet/phd/ObjectStorage.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,4 @@ public function attach($obj, $inf = array()): void {
}


/*
* vim600: sw=4 ts=4 syntax=php et
* vim<600: sw=4 ts=4
*/

5 changes: 1 addition & 4 deletions phpdotnet/phd/Options/Handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,4 @@ public static function boolval($val) {
}
}

/*
* vim600: sw=4 ts=4 syntax=php et
* vim<600: sw=4 ts=4
*/

4 changes: 0 additions & 4 deletions phpdotnet/phd/Options/Interface.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,3 @@ function optionList();

}

/*
* vim600: sw=4 ts=4 syntax=php et
* vim<600: sw=4 ts=4
*/
5 changes: 1 addition & 4 deletions phpdotnet/phd/Options/Parser.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,4 @@ public static function getopt() {

}

/*
* vim600: sw=4 ts=4 syntax=php et
* vim<600: sw=4 ts=4
*/

5 changes: 1 addition & 4 deletions phpdotnet/phd/PI/DBHTMLHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,4 @@ public function parseDBTimestamp() {

}

/*
* vim600: sw=4 ts=4 syntax=php et
* vim<600: sw=4 ts=4
*/

5 changes: 1 addition & 4 deletions phpdotnet/phd/PI/PHPDOCHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,4 @@ protected function generateChangelogMarkup($changelogs) {
}
}

/*
* vim600: sw=4 ts=4 syntax=php et
* vim<600: sw=4 ts=4
*/

5 changes: 1 addition & 4 deletions phpdotnet/phd/PIHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,4 @@ public abstract function parse($target, $data);

}

/*
* vim600: sw=4 ts=4 syntax=php et
* vim<600: sw=4 ts=4
*/

5 changes: 1 addition & 4 deletions phpdotnet/phd/Package/Generic/BigXHTML.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,4 @@ public function createLink($for, &$desc = null, $type = self::SDESC) {

}

/*
* vim600: sw=4 ts=4 syntax=php et
* vim<600: sw=4 ts=4
*/

5 changes: 1 addition & 4 deletions phpdotnet/phd/Package/Generic/ChunkedXHTML.php
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,4 @@ protected function createNavBar($id) {

}

/*
* vim600: sw=4 ts=4 syntax=php et
* vim<600: sw=4 ts=4
*/

5 changes: 1 addition & 4 deletions phpdotnet/phd/Package/Generic/Factory.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,4 @@ public function __construct()
}
}

/*
* vim600: sw=4 ts=4 syntax=php et
* vim<600: sw=4 ts=4
*/

5 changes: 1 addition & 4 deletions phpdotnet/phd/Package/Generic/Manpage.php
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,4 @@ public function format_pubdate_text($value, $tag) {
}
}

/*
* vim600: sw=4 ts=4 syntax=php et
* vim<600: sw=4 ts=4
*/

5 changes: 1 addition & 4 deletions phpdotnet/phd/Package/Generic/PDF.php
Original file line number Diff line number Diff line change
Expand Up @@ -1141,7 +1141,4 @@ public function format_imagedata($open, $name, $attrs, $props) {

}

/*
* vim600: sw=4 ts=4 syntax=php et
* vim<600: sw=4 ts=4
*/

5 changes: 1 addition & 4 deletions phpdotnet/phd/Package/Generic/TocFeed.php
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,4 @@ public function createTargetLink($id)

}

/*
* vim600: sw=4 ts=4 syntax=php et
* vim<600: sw=4 ts=4
*/

5 changes: 1 addition & 4 deletions phpdotnet/phd/Package/Generic/XHTML.php
Original file line number Diff line number Diff line change
Expand Up @@ -2083,7 +2083,4 @@ public function format_keycombo($open, $name, $attrs, $props) {

}

/*
* vim600: sw=4 ts=4 syntax=php et
* vim<600: sw=4 ts=4
*/

5 changes: 0 additions & 5 deletions phpdotnet/phd/Package/IDE/API.php
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,3 @@ public function getMethodsByClass($className)
return $methods;
}
}

/*
* vim600: sw=4 ts=4 syntax=php et
* vim<600: sw=4 ts=4
*/
5 changes: 0 additions & 5 deletions phpdotnet/phd/Package/IDE/API/Function.php
Original file line number Diff line number Diff line change
Expand Up @@ -302,8 +302,3 @@ public function getErrors()
}

}

/*
* vim600: sw=4 ts=4 syntax=php et
* vim<600: sw=4 ts=4
*/
5 changes: 0 additions & 5 deletions phpdotnet/phd/Package/IDE/API/Param.php
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,3 @@ public function getDescription()
}

}

/*
* vim600: sw=4 ts=4 syntax=php et
* vim<600: sw=4 ts=4
*/
5 changes: 1 addition & 4 deletions phpdotnet/phd/Package/IDE/Base.php
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,4 @@ public function toValidName($functionName) {

}

/*
* vim600: sw=4 ts=4 syntax=php et
* vim<600: sw=4 ts=4
*/

5 changes: 1 addition & 4 deletions phpdotnet/phd/Package/IDE/Factory.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,4 @@ public function __construct() {
}
}

/*
* vim600: sw=4 ts=4 syntax=php et
* vim<600: sw=4 ts=4
*/

5 changes: 1 addition & 4 deletions phpdotnet/phd/Package/IDE/Funclist.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,4 @@ public function format_refname_text($value, $tag) {

}

/*
* vim600: sw=4 ts=4 syntax=php et
* vim<600: sw=4 ts=4
*/

5 changes: 1 addition & 4 deletions phpdotnet/phd/Package/IDE/JSON.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,4 @@ public function parseFunction() {

}

/*
* vim600: sw=4 ts=4 syntax=php et
* vim<600: sw=4 ts=4
*/

5 changes: 1 addition & 4 deletions phpdotnet/phd/Package/IDE/PHP.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,4 @@ public function parseFunction() {

}

/*
* vim600: sw=4 ts=4 syntax=php et
* vim<600: sw=4 ts=4
*/

5 changes: 1 addition & 4 deletions phpdotnet/phd/Package/IDE/PHPStub.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,4 @@ private function renderParamBody() {
}
}

/*
* vim600: sw=4 ts=4 syntax=php et
* vim<600: sw=4 ts=4
*/

5 changes: 1 addition & 4 deletions phpdotnet/phd/Package/IDE/SQLite.php
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,4 @@ function_name TEXT,

}

/*
* vim600: sw=4 ts=4 syntax=php et
* vim<600: sw=4 ts=4
*/

5 changes: 1 addition & 4 deletions phpdotnet/phd/Package/IDE/XML.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,4 @@ protected function cdata_str($data) {

}

/*
* vim600: sw=4 ts=4 syntax=php et
* vim<600: sw=4 ts=4
*/

5 changes: 0 additions & 5 deletions phpdotnet/phd/Package/IDE/demo.php
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,3 @@ function usage()
echo "\tDescription: " . $entry['description'] . PHP_EOL;
}
}

/*
* vim600: sw=4 ts=4 syntax=php et
* vim<600: sw=4 ts=4
*/
5 changes: 1 addition & 4 deletions phpdotnet/phd/Package/PEAR/BigXHTML.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,4 @@ public function createLink($for, &$desc = null, $type = self::SDESC) {
}


/*
* vim600: sw=4 ts=4 syntax=php et
* vim<600: sw=4 ts=4
*/

Loading

0 comments on commit e5b8bf3

Please sign in to comment.