From 93762ae1869b3f07f106b5008e0f7827d7a7d853 Mon Sep 17 00:00:00 2001 From: JAJHall Date: Fri, 22 Nov 2024 12:53:36 +0000 Subject: [PATCH] Added Structures to make.jl --- docs/make.jl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/make.jl b/docs/make.jl index f598979b78..c2d48c170b 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -65,12 +65,12 @@ Documenter.makedocs( "structures/classes/HighsHessian.md", "structures/classes/HighsModel.md", ], -# "Structures" => Any[ -# "structures/structs/HighsSolution.md", -# "structures/structs/HighsBasis.md", -# "structures/structs/HighsInfo.md", -# "structures/structs/HighsLinearObjective.md", -# ], + "Structures" => Any[ + "structures/structs/HighsSolution.md", + "structures/structs/HighsBasis.md", + "structures/structs/HighsInfo.md", + "structures/structs/HighsLinearObjective.md", + ], ], "Callbacks" => "callbacks.md", "Interfaces" => Any[