| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 885840b commit 91ef862
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -130,7 +130,17 @@ Any documentation you write (including code comments and API documentation) | |||
| 130 | 130 | should follow the [Style Guide](../doc-style-guide.md). Code samples | |
| 131 | 131 | included in the API docs will also be checked when running `make lint` (or | |
| 132 | 132 | `vcbuild.bat lint` on Windows). If you are adding to or deprecating an API, | |
| 133 | - use `REPLACEME` for the version number in the documentation YAML. | ||
| 133 | + add or change the appropriate YAML documentation. Use `REPLACEME` for the | ||
| 134 | + version number in the documentation YAML: | ||
| 135 | + | ||
| 136 | + ```markdown | ||
| 137 | + ### `request.method` | ||
| 138 | + <!-- YAML | ||
| 139 | + added: REPLACEME | ||
| 140 | + --> | ||
| 141 | + | ||
| 142 | + * {string} The request method. | ||
| 143 | + ``` | ||
| 134 | 144 | ||
| 135 | 145 | For contributing C++ code, you may want to look at the | |
| 136 | 146 | [C++ Style Guide](../cpp-style-guide.md), as well as the | |
| Back | FazBrowse Home | New Git URL |
0 commit comments