aboutsummaryrefslogtreecommitdiffstats
path: root/docs/magicword.md
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos in docsSiddharth VP2022-01-091-1/+1
| | | | Change-Id: I5ccf296e0bd9afd8a82b620002346496cef18f0e
* Rename CoreMagicWords to CoreMagicVariables and update docsTim Starling2020-06-111-63/+47
| | | | | | | | | | | | | | | | | | There's already a thing called magic words, and this is not it. These things are called variables. There are many usages of this term in the source. The term was introduced by Lee in 2002: originally OutputPage::replaceVariables() contained only this functionality. I introduced the term "magic word", meaning a localizable keyword. Localizable keywords are an abstraction not limited to this use case. "Magic variables" is a neologism, but I suppose it is permissible, since it disambiguates. Whereas calling a variable a magic word conflates rather than disambiguates. Fix terminology in magicword.md and update the examples. Change-Id: I621c888e3790a145ca9978f6b30ff1a8f685b64c
* docs - minor cleanup, including fixing markdown syntaxDannyS7122020-05-231-39/+43
| | | | | | | | Use code highlighting where relevant Fix list syntax in memcached.md to render lists without paragraph breaks Add a missing period to schema.md Change-Id: I763cfd479968cedbf952c231283d33b82a0910d6
* Miscellaneous documentation updatesDannyS7122020-02-161-1/+1
| | | | | | | Update references from .txt to .md when files have moved, a few other tweaks, no changes to code. Change-Id: I0bfd38c47b9fb0fc11ae98a0a674af66fb4c5a84
* Implementation of Doxygen-friendly formatArturek12019-12-041-0/+96
Markdown format implemented in docs/magicword.md and docs/memcached.md A section with helpful resources has been added in docs/Introduction.md Whitespaces removed, Intoduction.md modified Unnecessary whitespaces have been removed. Helpful resources section has been modified. Headings fixed, Title changed in magicword.md Title changed from "magicword.txt" to "Magic Words" in docs/magicword.md. Some H1 headers changed to H2 in docs/memcached.md and docs/Introduction.md. An unnecessary sentence removed in docs/Introduction.md. Change-Id: I5c9e8663c922be4ca5f0eea9d5c2469b1b18281c Task: T111298