From a330da5297106ff214cbb5e74965d9d1ef9dab7b Mon Sep 17 00:00:00 2001 From: Alex Biehl Date: Mon, 3 Jul 2017 19:43:04 +0200 Subject: Document record fields when DuplicateRecordFields is enabled (#649) --- html-test/ref/DuplicateRecordFields.html | 160 +++++++++++++++++++++++++++++++ 1 file changed, 160 insertions(+) create mode 100644 html-test/ref/DuplicateRecordFields.html (limited to 'html-test/ref/DuplicateRecordFields.html') diff --git a/html-test/ref/DuplicateRecordFields.html b/html-test/ref/DuplicateRecordFields.html new file mode 100644 index 00000000..4430b50a --- /dev/null +++ b/html-test/ref/DuplicateRecordFields.html @@ -0,0 +1,160 @@ +DuplicateRecordFields

Safe HaskellSafe

DuplicateRecordFields

Documentation

data RawReplay #

Constructors

RawReplay

Fields

  • headerSize :: Int

    The byte size of the first section.

  • headerCRC :: Int

    The CRC of the first section.

  • header :: Int

    The first section.

  • contentSize :: Int

    The byte size of the second section.

  • contentCRC :: Int

    The CRC of the second section.

  • content :: Int

    The second section.

  • footer :: Int

    Arbitrary data after the second section. In replays generated by + Rocket League, this is always empty. However it is not technically + invalid to put something here.

\ No newline at end of file -- cgit v1.2.3