]> git.ipfire.org Git - thirdparty/suricata.git/commit
rust/doc: restore comment with code example, but ignore 8879/head
authorJason Ish <jason.ish@oisf.net>
Fri, 12 May 2023 14:59:54 +0000 (08:59 -0600)
committerVictor Julien <vjulien@oisf.net>
Fri, 12 May 2023 17:53:36 +0000 (19:53 +0200)
commitc30fff8bcb0d58bc7cc0cd95e09c4c63376dfefb
treee0738dfa14125ce2c22dc63cc44d49b6d7285c9d
parentaf5a0e11e8e81df0ed956458e7a4edd0c40a7c17
rust/doc: restore comment with code example, but ignore

Use backticks for proper markdown processing. As Rust code in
backticks is compiled, and this is a non-complete example, tag the
code sample to be ignored.
rust/src/applayer.rs