ietoolkit icon indicating copy to clipboard operation
ietoolkit copied to clipboard

Use recommended syntax in helpfiles

Open kbjarkefur opened this issue 4 years ago • 0 comments

We have been manually formatting the syntax line in our helpfiles, but the whole time there has been a short hand that automatically applies the formatting. My bad for not researching better when setting this up a few years back.

So instead of:

{cmdab:ietestform} using {it:"/path/to/form.xlsx"}, ///
{cmdab:r:eportsave(}{it:"/path/to/report.csv"}{cmd:)} ///
[{cmdab:stata:language(}{it:string}{cmd:)} {cmd:replace} {cmd:date}]

We can write:

{cmd:ietestform} using {it:"/path/to/form.xlsx"}, ///
{opt r:eportsave("/path/to/report.csv")} ///
[{opt stata:language(string)} {opt replace} {opt date}]

kbjarkefur avatar Sep 05 '19 20:09 kbjarkefur