docs(repository_layout): describe legacy as optional 0.x-adjacent API

Replace Pre-2.0 wording with legacy module note aligned with 0.x default surface.
This commit is contained in:
Jukka Aho
2026-05-09 16:28:42 +03:00
parent d4fcbad8f1
commit 48a6bcad9f
+1 -1
View File
@@ -45,7 +45,7 @@ src/
├── mesh/ # Mesh{N, Topo}, structured / unstructured / refine / ordering
├── io/ # Gmsh-oriented I/O (legacy mesh readers live under legacy/)
├── sparse/ # SparseMatrixCOO / SparseVectorCOO scratch helpers
├── legacy/ # Pre-2.0 API in `module Legacy`; load with JULIAFEM_ENABLE_LEGACY=1
├── legacy/ # Legacy API in `module Legacy` (optional; not the default 0.x surface); load with JULIAFEM_ENABLE_LEGACY=1
├── exports.jl # Grouped public API exports
└── JuliaFEM.jl # Module entry point
```