FIXME in file /daemons/doc_d.c line 51:

 Something has to be fixed
 This doesn't need to start at the left margin

Code:

Data is updated nightly and dumped to the /help/autodoc directory
*/

FIXME in file /daemons/doc_d.c line 232:

 regexp() doesn't match any ";", had to replace_string() them

Code:
		match = regexp(map(lines[i..i+19], (: replace_string($1, ";", "#") :)),
		  "\\<"+line+"\\>", 1);
		if (sizeof(match) > 0) {
		    if (sscanf(implode(lines[i+match[1]-1..i+match[1]+3], "\n"),  
