refactor: restructure the modules

main
Henrik Böving 2022-05-19 20:36:35 +02:00
parent 2e4642e17c
commit 279df92555
10 changed files with 7 additions and 10 deletions

View File

@ -3,10 +3,7 @@ Copyright (c) 2021 Henrik Böving. All rights reserved.
Released under Apache 2.0 license as described in the file LICENSE.
Authors: Henrik Böving
-/
import DocGen4.Hierarchy
import DocGen4.Process
import DocGen4.Load
import DocGen4.ToHtmlFormat
import DocGen4.IncludeStr
import DocGen4.Output
import DocGen4.Attributes

View File

@ -5,7 +5,7 @@ Authors: Henrik Böving
-/
import DocGen4.Process
import DocGen4.IncludeStr
import DocGen4.ToHtmlFormat
import DocGen4.Output.ToHtmlFormat
namespace DocGen4
namespace Output

View File

@ -3,7 +3,7 @@ Copyright (c) 2021 Henrik Böving. All rights reserved.
Released under Apache 2.0 license as described in the file LICENSE.
Authors: Henrik Böving
-/
import DocGen4.ToHtmlFormat
import DocGen4.Output.ToHtmlFormat
import DocGen4.Output.Template
namespace DocGen4

View File

@ -4,7 +4,7 @@ Released under Apache 2.0 license as described in the file LICENSE.
Authors: Henrik Böving
-/
import Lean
import DocGen4.ToHtmlFormat
import DocGen4.Output.ToHtmlFormat
import DocGen4.Output.Base
namespace DocGen4

View File

@ -3,7 +3,7 @@ Copyright (c) 2021 Henrik Böving. All rights reserved.
Released under Apache 2.0 license as described in the file LICENSE.
Authors: Henrik Böving
-/
import DocGen4.ToHtmlFormat
import DocGen4.Output.ToHtmlFormat
import DocGen4.Output.Template
namespace DocGen4

View File

@ -3,7 +3,7 @@ Copyright (c) 2021 Henrik Böving. All rights reserved.
Released under Apache 2.0 license as described in the file LICENSE.
Authors: Henrik Böving
-/
import DocGen4.ToHtmlFormat
import DocGen4.Output.ToHtmlFormat
import DocGen4.Output.Navbar
namespace DocGen4

View File

@ -9,8 +9,8 @@ import Lean.PrettyPrinter
import Std.Data.HashMap
import Lean.Meta.SynthInstance
import DocGen4.Hierarchy
import DocGen4.Attributes
import DocGen4.Process.Hierarchy
import DocGen4.Process.Attributes
namespace DocGen4