Stephen Kelly
efc43cde8f
Help: Fix some erroneous code block markers in Module docs.
...
There are many style errors in these files. This patch fixes only
the syntactical errors.
The script which ported these to rst tripped on some incorrectly
formatted blocks in the original input documentation. Use a new
script to find problematic code (and then fix them manually):
#!/usr/bin/env python
import os
rootDir = '.'
def checkFile(fname):
f = open(fname)
lines = f.readlines()
started = False
counter = 0
for l in lines:
if "#" in l:
started = True
elif started:
return
lin = l.find("(")
if lin != -1 and l.find(")", lin) == -1 and \
not "(To distribute this file outside of CMake, substitute the full" in l:
for lp in lines[counter+1:]:
if lp == "# ::\n":
print "\n\n######### " + fname + "\n\n"
print ''.join(lines[max(counter-2, 0):counter+6])
break
elif lp == "#\n" :
continue
break
counter += 1
for dirName, subdirList, fileList in os.walk(rootDir):
for fname in fileList:
checkFile(os.path.join(dirName, fname))
2014-01-07 09:52:56 -05:00
..
2012-02-09 08:34:06 -05:00
2013-11-25 23:01:21 +01:00
2013-10-18 09:55:59 -04:00
2013-05-07 08:39:19 -04:00
2013-08-14 19:31:31 -04:00
2011-09-14 14:06:02 -04:00
2013-12-19 11:08:28 -05:00
2013-10-15 14:12:03 -04:00
2013-10-24 12:30:41 +02:00
2012-10-23 11:08:34 -04:00
2012-05-23 20:46:48 +02:00
2012-10-23 11:08:34 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-01-07 21:20:11 +01:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-11-13 10:12:17 -05:00
2013-11-13 10:12:17 -05:00
2013-11-13 10:12:17 -05:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-05-07 08:39:19 -04:00
2014-01-07 09:52:56 -05:00
2013-11-13 10:12:17 -05:00
2013-10-21 16:39:04 +02:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2012-10-30 14:02:46 -04:00
2012-08-13 14:19:16 -04:00
2012-08-13 14:19:16 -04:00
2012-08-13 14:19:16 -04:00
2012-08-13 14:19:16 -04:00
2012-08-13 14:19:16 -04:00
2013-06-02 22:18:19 +02:00
2013-10-15 14:12:03 -04:00
2012-08-13 14:19:16 -04:00
2013-10-24 19:48:18 +02:00
2013-10-28 08:36:14 -04:00
2013-10-08 09:23:01 -04:00
2013-12-03 09:21:33 -05:00
2013-10-24 19:48:18 +02:00
2013-11-18 08:26:23 -05:00
2013-10-24 19:48:18 +02:00
2013-10-28 08:36:14 -04:00
2013-12-03 09:21:33 -05:00
2013-10-15 14:12:03 -04:00
2012-08-13 14:19:16 -04:00
2013-06-14 08:54:34 -04:00
2013-06-14 08:54:34 -04:00
2013-11-13 10:12:17 -05:00
2013-11-19 12:38:53 -05:00
2013-08-06 09:00:18 -04:00
2013-08-09 14:28:43 +02:00
2013-12-19 10:12:18 -05:00
2013-11-19 12:38:53 -05:00
2013-11-13 10:12:17 -05:00
2013-11-13 10:12:17 -05:00
2013-11-13 10:12:17 -05:00
2013-11-13 10:12:17 -05:00
2013-10-15 14:12:03 -04:00
2014-01-07 09:52:56 -05:00
2013-11-13 10:12:17 -05:00
2013-02-10 18:58:27 +01:00
2013-11-19 12:39:34 -05:00
2012-08-13 14:19:16 -04:00
2013-12-13 16:14:02 +01:00
2013-11-23 23:48:43 +01:00
2013-10-15 14:12:03 -04:00
2013-11-25 10:48:33 -05:00
2012-08-13 14:19:16 -04:00
2013-10-15 14:12:03 -04:00
2012-08-13 14:19:16 -04:00
2012-08-13 14:19:16 -04:00
2013-10-15 14:12:03 -04:00
2013-10-18 09:55:59 -04:00
2013-12-06 09:02:27 -05:00
2013-10-18 09:55:59 -04:00
2013-12-03 09:21:33 -05:00
2012-08-13 14:19:16 -04:00
2013-10-16 09:22:39 -04:00
2012-08-13 14:19:16 -04:00
2012-08-13 14:19:16 -04:00
2012-08-13 14:19:16 -04:00
2012-08-13 14:19:16 -04:00
2013-07-19 07:56:37 -04:00
2012-08-13 14:19:16 -04:00
2012-08-13 14:19:16 -04:00
2012-08-13 14:19:16 -04:00
2013-12-24 13:02:49 +01:00
2013-10-15 14:12:03 -04:00
2013-05-17 08:47:35 -04:00
2013-10-04 13:25:06 -04:00
2014-01-07 09:52:56 -05:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2012-08-13 14:19:16 -04:00
2012-08-13 14:19:16 -04:00
2013-04-15 09:06:21 -04:00
2012-08-13 14:19:16 -04:00
2012-08-13 14:19:16 -04:00
2012-08-13 14:19:16 -04:00
2012-08-13 14:19:16 -04:00
2012-08-13 14:19:16 -04:00
2013-11-13 10:12:17 -05:00
2012-08-13 14:19:16 -04:00
2013-11-13 10:12:17 -05:00
2013-11-13 10:12:17 -05:00
2012-08-13 14:19:16 -04:00
2012-08-13 14:19:16 -04:00
2011-07-29 13:28:54 -04:00
2013-08-06 09:00:18 -04:00
2013-10-15 14:12:03 -04:00
2012-08-13 14:19:16 -04:00
2012-08-13 14:19:16 -04:00
2013-11-13 10:12:17 -05:00
2013-10-16 09:22:39 -04:00
2013-11-19 21:22:44 +01:00
2013-10-16 09:22:39 -04:00
2013-10-16 09:22:39 -04:00
2013-10-16 09:22:39 -04:00
2013-10-16 09:22:39 -04:00
2013-10-16 09:22:39 -04:00
2013-10-16 09:22:39 -04:00
2013-12-26 15:23:54 +01:00
2012-08-13 14:19:16 -04:00
2013-11-18 08:26:23 -05:00
2013-10-15 14:12:03 -04:00
2013-03-12 18:20:44 -04:00
2013-12-03 09:25:53 -05:00
2013-10-15 14:12:03 -04:00
2013-10-26 10:24:15 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2012-08-13 14:19:16 -04:00
2013-09-23 08:04:16 +02:00
2013-01-24 13:32:17 -05:00
2013-11-13 10:03:36 -05:00
2013-11-19 09:27:08 -05:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-12-19 10:22:04 -05:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-11-01 11:24:06 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-24 10:04:21 +04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2014-01-03 11:35:32 -05:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-12-09 19:39:28 +01:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2012-11-04 05:55:37 +01:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:49 -04:00
2013-11-24 14:53:47 +01:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-22 20:51:32 +02:00
2013-11-04 08:55:02 -05:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-24 12:06:31 +00:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-11-14 11:28:24 -05:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-11-04 08:51:46 -05:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-24 08:16:50 -06:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-12-10 18:33:52 +01:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-11-21 15:30:36 -05:00
2013-11-21 15:30:36 -05:00
2013-11-21 15:30:36 -05:00
2013-11-21 15:30:36 -05:00
2013-11-21 15:30:36 -05:00
2014-01-03 11:35:32 -05:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-12-11 13:59:48 +01:00
2013-12-01 01:20:46 +01:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-11-20 10:51:55 -05:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2012-08-13 14:19:16 -04:00
2013-10-15 14:12:03 -04:00
2014-01-04 11:28:57 +01:00
2013-11-14 11:26:23 -05:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2012-08-13 14:19:16 -04:00
2012-08-13 14:19:16 -04:00
2012-08-19 13:54:56 +02:00
2013-10-15 14:12:03 -04:00
2013-05-02 10:22:20 -04:00
2013-12-02 17:51:47 +01:00
2013-10-15 14:12:03 -04:00
2013-12-12 18:22:17 +01:00
2013-10-22 10:10:15 -04:00
2013-10-15 14:12:03 -04:00
2012-11-05 19:20:13 +01:00
2012-11-05 19:20:13 +01:00
2013-10-15 14:12:03 -04:00
2012-08-13 14:19:16 -04:00
2013-11-13 10:12:17 -05:00
2013-12-19 10:41:40 -05:00
2013-10-15 14:12:03 -04:00
2012-08-13 14:18:39 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2012-08-13 14:18:39 -04:00
2013-10-15 14:12:03 -04:00
2012-08-13 14:18:39 -04:00
2013-10-15 14:12:49 -04:00
2013-10-15 14:12:03 -04:00
2014-01-07 09:52:56 -05:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-15 14:12:03 -04:00
2013-10-23 07:04:02 -06:00
2014-01-07 09:52:56 -05:00
2012-08-13 14:19:16 -04:00
2012-08-13 14:19:16 -04:00
2012-08-13 14:19:16 -04:00
2013-10-15 14:12:03 -04:00
2012-08-13 14:19:16 -04:00
2013-11-26 22:15:57 +01:00
2013-10-15 14:12:03 -04:00