aboutsummaryrefslogtreecommitdiffstats
path: root/.yardopts
AgeCommit message (Collapse)Author
2014-12-08Document Formula attributes.Mike McQuaid
The beginnings of some decent API documentation. Also, tweak `.yardopts` to better fix our internal style.
2014-10-26Improve API documentation output.Mike McQuaid
And include more files.
2014-10-20yardopts: specify "extra" files.Loren Segal
The current .yardopts is treating extra .md files as source code rather than registering them as "extra files". YARD needs a "-" to separate source from non-source files. Closes #33362. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-10-19yardopts: look for more Markdown files.Mike McQuaid
But exclude vendored stuff.
2014-10-18Use YARD for API documentation.Mike McQuaid
Massive TODO. We'll get there eventually...