Skip to content

improve documentation of the 'import code' syntax

What does this MR do?

This improve the documentation of import code from library:

  • mention unix library files
  • explain order in which files are provided to linker

The order is important for library files with dependencies (see e.g. https://gitlab.com/top-software/geo/-/blob/main/Libraries/Data/Geo/_S2.icl). So it is important to have the order documented.

Changes to public APIs

none

Author's checklist (required)

  • Intermediate commits compile (use git rebase -i main if not)
  • Newly added code has a style consistent with the rest of the repository
  • Newly added code is documented (guidelines)
  • If bugs have been solved, tests have been added (guidelines)
  • A changelog entry has been added (guidelines)

Related issues

Edited by Steffen Michels

Merge request reports