Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use recommended syntax in helpfiles #123

Open
kbjarkefur opened this issue Sep 5, 2019 · 0 comments
Open

Use recommended syntax in helpfiles #123

kbjarkefur opened this issue Sep 5, 2019 · 0 comments

Comments

@kbjarkefur
Copy link
Contributor

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}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants