From ebe2a83b9ea1d0776b913116100b8cbf08a44f0d Mon Sep 17 00:00:00 2001 From: Pascal Hertleif Date: Sun, 18 Feb 2018 18:20:08 +0100 Subject: [PATCH] docs lint post: Add another common headline Inspired by https://github.com/rust-lang/rust/pull/48312 --- ...8-17-machine-readable-inline-markdown-code-cocumentation.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_posts/2016-08-17-machine-readable-inline-markdown-code-cocumentation.md b/_posts/2016-08-17-machine-readable-inline-markdown-code-cocumentation.md index 1e38553..5d09a3f 100644 --- a/_posts/2016-08-17-machine-readable-inline-markdown-code-cocumentation.md +++ b/_posts/2016-08-17-machine-readable-inline-markdown-code-cocumentation.md @@ -42,6 +42,9 @@ Aborts Undefined Behavior : Describes for which inputs the function behavior is not defined +Platform-specific behavior +: Describe different behavior of function or module depending on the target platform + ### Specific machine readable sections This is aimed at documenting functions and methods, but should also work for documenting type parameters and lifetime parameters of `struct`s, `enum`s, and `trait`s.