8000 Added folder to the codeBlockReader for the documentation · cloud-coders/arangodb@49b4cad · GitHub
[go: up one dir, main page]

Skip to content

Commit 49b4cad

Browse files
committed
Added folder to the codeBlockReader for the documentation
1 parent c3d3aa8 commit 49b4cad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation/Books/codeBlockReader.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,11 +197,11 @@ def fetch_comments(dirpath):
197197
commentsFile.write("@endDocuBlock \n")
198198
commentsFile.close()
199199
errorsFile.close()
200-
path = ["arangod/cluster","arangod/RestHandler","arangod/V8Server","arangod/RestServer","arangod/Wal",
200+
path = ["arangod/Cluster","arangod/RestHandler","arangod/V8Server","arangod/RestServer","arangod/Wal",
201201
"lib/Admin","lib/HttpServer","lib/V8","lib/ApplicationServer","lib/Scheduler","lib/Rest","lib/BasicsC",
202-
"js/actions","js/client","js/apps/databases","js/apps/system/cerberus","js/apps/system/gharial","js/common","js/server"]
202+
"js/actions","js/client","js/apps/databases","js/apps/system/cerberus","js/apps/system/gharial","js/common","js/server","js/apps"]
203203
for i in path:
204204
dirpath = os.path.abspath(os.path.join(os.path.dirname( __file__ ), os.pardir,"ArangoDB/../../"+i))
205205
fetch_comments(dirpath)
206206
print "Searching for docublocks in " + i
207-
os.path.abspath(os.path.join(os.path.dirname( __file__ ), '..', 'templates'))
207+
os.path.abspath(os.path.join(os.path.dirname( __file__ ), '..', 'templates'))

0 commit comments

Comments
 (0)
0