<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
	<channel>
		<title>Making comments in your source code</title>
		<description>Making comments in your source code</description>
		<link>http://www.marcofolio.net</link>
		<lastBuildDate>Sat, 21 Nov 2009 02:22:53 +0100</lastBuildDate>
		<generator>FeedCreator 1.7.2</generator>
		<item>
			<title>SQL Comments</title>
			<link>http://www.marcofolio.net/tips/making_comments_in_your_source_code.html#josc1453</link>
			<description>SQL

--Single Line

/*
Comment Line 1
Comment Line 2
*/</description>
			<author>Suru</author>
			<pubDate>Sat, 22 Mar 2008 02:44:14 +0100</pubDate>
		</item>
		<item>
			<title>php comments</title>
			<link>http://www.marcofolio.net/tips/making_comments_in_your_source_code.html#josc4663</link>
			<description>the
/*
# Comments line one
# Comments line two
*/
looks a little bit like you have to put the \'#\'s there but there is no need for this (i prefer the c-style)
Just like multi-line-commenting in the previos comment

And last but not least you could also use the # for a single-line-comment in php ;-)</description>
			<author>izasdk</author>
			<pubDate>Wed, 11 Mar 2009 14:28:03 +0100</pubDate>
		</item>
	</channel>
</rss>
