more clarification about using device_md_gen.py

Change-Id: I3e207b65683f34d62be3454444ffb32f8814c0aa
このコミットが含まれているのは:
Aditya Atluri
2017-01-18 14:49:41 -06:00
コミット c9bc71dc86
+1 -1
ファイルの表示
@@ -473,7 +473,7 @@ preamble = "# HIP MATH APIs Documentation \n"+\
" /*implementation*/\n}\n" + \
"```\n\n" + \
"This helps python script to add the device function newly declared into markdown documentation (as it looks at functions with `;` at the end and `__device__` at the beginning)\n\n" + \
"The next step would be to add Description to `deviceFuncDesc`.\n" + \
"The next step would be to add Description to `deviceFuncDesc` dictionary in python script.\n" + \
"From the above example, it can be writtern as,\n`deviceFuncDesc['__dotf'] = 'This functions takes 2 4 component float vector and outputs dot product across them'`\n\n"
def generateSnippet(name, description, signature):