1
0
mirror of https://github.com/anope/anope.git synced 2026-06-26 08:36:39 +02:00

Get around comment insanity

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1413 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
Robin Burchell w00t@inspircd.org
2008-10-03 23:48:08 +00:00
parent bda05d14ed
commit 2113d88883
+1 -2
View File
@@ -7,8 +7,7 @@
* The format of this file is fairly simple: three types of comments are supported:
* - All text after a '#' on a line is ignored, as in shell scripting
* - All text after '//' on a line is ignored, as in C++
* - A block of text started with '/*' and ended with '*/' is ignored, as in C
* (and this particular comment block).
* - A block of text like this one is ignored, as in C
*
* Outside of comments, there are three structures: blocks, keys, and values.
*