1
1
mirror of https://github.com/github/semantic.git synced 2024-12-21 13:51:44 +03:00

Export Entry.

This commit is contained in:
Rob Rix 2017-05-10 11:57:10 -04:00
parent ca14a5ef90
commit 40d8a7ac5c

View File

@ -5,6 +5,7 @@ module Renderer.TOC
, JSONSummary(..)
, Summarizable(..)
, isErrorSummary
, Entry(..)
, tableOfContentsBy
) where