Skip to content

Commit 9de9fcf

Browse files
committed
Continue debugging
1 parent 97d65dd commit 9de9fcf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/make.jl

+2-1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ end
4545
examples_mds = []
4646
#append!(examples_mds, basic_mds, extend_mds, advanced_mds)
4747
advanced_mds = process_literate("JuliaAction")
48+
extra_mds = create_extras("MyCode.jl", "G4example.cpp")
4849
append!(examples_mds, advanced_mds)
4950

5051
#---Build the documentation-----------------------------------------------------------------------
@@ -62,7 +63,7 @@ makedocs(;
6263
#"Examples" => [ "Basic" => basic_mds,
6364
# "Extended" => extend_mds ,
6465
# "Advanced" => advanced_mds ],
65-
#hide.(extra_mds)...,
66+
hide.(extra_mds)...,
6667
"Release Notes" => "releases.md",
6768
],
6869
repo="https://github.com/JuliaHEP/Geant4.jl/blob/{commit}{path}#L{line}",

0 commit comments

Comments
 (0)