finished first version of documentation

This commit is contained in:
2024-12-03 00:33:28 +00:00
parent faabb4651f
commit 2ba8355fb1
18 changed files with 1528 additions and 47 deletions

View File

@@ -50,14 +50,14 @@ module P2PRC
-- | This section gives an overview on the runtime and host machine interfaces.
, P2PRCapi(..)
, P2prcConfig(..)
, MapPortRequest(..)
, MapPortResponse(..)
-- ** Primitive data types
-- | These types represent the core data that is communicated between requests and the runtime.
, IPAdressTable(..)
, IPAddressTable(..)
, ServerInfo(..)
, IPAddress(..)
, MapPortRequest(..)
, MapPortResponse(..)
, Error(..)
-- ** Type Synonyms
@@ -72,7 +72,7 @@ import Engine
)
import JSON
( IPAdressTable(..)
( IPAddressTable(..)
, ServerInfo(..)
, IPAddress(..)
, MapPortResponse(..)