Skip to content

Commit

Permalink
radio/blocks/protocol: update docstrings for new refman generator
Browse files Browse the repository at this point in the history
  • Loading branch information
vsergeev committed Sep 4, 2018
1 parent ce1b2ba commit b6c392c
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions radio/blocks/protocol/ax25framer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
-- }
-- ```
--
-- @type AX25FrameType
-- @category Protocol
-- @datatype AX25FramerBlock.AX25FrameType
-- @tparam array addresses Array of addresses, each a table with key `callsign`
-- containing a 6-character string callsign and key
Expand Down
2 changes: 0 additions & 2 deletions radio/blocks/protocol/pocsagdecoder.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
-- }
-- ```
--
-- @type POCSAGMessageType
-- @category Protocol
-- @datatype POCSAGDecoderBlock.POCSAGMessageType
-- @tparam int address Address bits, 21-bits wide
-- @tparam int func Function bits, 2-bits wide
Expand Down
2 changes: 0 additions & 2 deletions radio/blocks/protocol/pocsagframer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
-- }
-- ```
--
-- @type POCSAGFrameType
-- @category Protocol
-- @datatype POCSAGFramerBlock.POCSAGFrameType
-- @tparam int address Address bits, 21-bits wide
-- @tparam int func Function bits, 2-bits wide
Expand Down
2 changes: 0 additions & 2 deletions radio/blocks/protocol/rdsdecoder.lua
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@
-- }
-- ```
--
-- @type RDSPacketType
-- @category Protocol
-- @datatype RDSDecoderBlock.RDSPacketType
-- @tparam table header Header table, as outlined above
-- @tparam table data Data payload table, as outlined above
Expand Down
2 changes: 0 additions & 2 deletions radio/blocks/protocol/rdsframer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
-- } rds_frame_t;
-- ```
--
-- @type RDSFrameType
-- @category Protocol
-- @datatype RDSFramerBlock.RDSFrameType
-- @tparam table data Array of four data words, e.g. `{{0x3aab, 0x02c9, 0x0608, 0x6469}}`

Expand Down

0 comments on commit b6c392c

Please sign in to comment.