docs: Add documents for openflow actions
This commit is contained in:
parent
15d8fd57f3
commit
eda1fc5727
11 changed files with 214 additions and 9 deletions
4
mix.exs
4
mix.exs
|
|
@ -36,13 +36,13 @@ defmodule Tres.Mixfile do
|
|||
defp docs do
|
||||
[
|
||||
groups_for_modules: groups_for_modules(),
|
||||
formatters: ["html"],
|
||||
formatters: ["html"]
|
||||
]
|
||||
end
|
||||
|
||||
defp groups_for_modules do
|
||||
[
|
||||
"Actions": [
|
||||
Actions: [
|
||||
Openflow.Action.Output,
|
||||
Openflow.Action.CopyTtlOut,
|
||||
Openflow.Action.CopyTtlIn,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue