From c9bc71dc869895f73c48bc6a52b61cfb678ebe3c Mon Sep 17 00:00:00 2001 From: Aditya Atluri Date: Wed, 18 Jan 2017 14:49:41 -0600 Subject: [PATCH] more clarification about using device_md_gen.py Change-Id: I3e207b65683f34d62be3454444ffb32f8814c0aa --- hipamd/docs/markdown/device_md_gen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hipamd/docs/markdown/device_md_gen.py b/hipamd/docs/markdown/device_md_gen.py index 4795ea98e0..995782189f 100644 --- a/hipamd/docs/markdown/device_md_gen.py +++ b/hipamd/docs/markdown/device_md_gen.py @@ -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):