Skip to content

Commit

Permalink
Removed some unnecessary commas?
Browse files Browse the repository at this point in the history
  • Loading branch information
jajhall committed Nov 22, 2024
1 parent 4c1fa21 commit 9e7ac0a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
5 changes: 3 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,14 @@ Documenter.makedocs(
"structures/classes/HighsSparseMatrix.md",
"structures/classes/HighsLp.md",
"structures/classes/HighsHessian.md",
"structures/classes/HighsModel.md",
"structures/classes/HighsModel.md"
],
"Structures" => Any[
"structures/structs/index.md",
"structures/structs/HighsSolution.md",
"structures/structs/HighsBasis.md",
"structures/structs/HighsInfo.md",
"structures/structs/HighsLinearObjective.md",
"structures/structs/HighsLinearObjective.md"
],
],
"Callbacks" => "callbacks.md",
Expand Down
3 changes: 0 additions & 3 deletions docs/src/structures/classes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,5 @@ The data members of fundamental classes in HiGHS are defined in this section.
* [HighsLp](@ref)
* [HighsHessian](@ref)
* [HighsModel](@ref)
* [HighsSolution](@ref)
* [HighsBasis](@ref)
* [HighsInfo](@ref)

Class data members for internal use only are not documented.
10 changes: 10 additions & 0 deletions docs/src/structures/structs/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# [Overview](@id structs-overview)

The data members of fundamental structs in HiGHS are defined in this section.

* [HighsSolution](@ref)
* [HighsBasis](@ref)
* [HighsInfo](@ref)
* [HighsLinearObjective](@ref)

Structure data members for internal use only are not documented.

0 comments on commit 9e7ac0a

Please sign in to comment.