Documentation content fixes. No code changes. (0.40.5)
This commit is contained in:
parent
0b6c0e9a61
commit
587bb76108
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ This document explains how to use local and system includes in Fun source files
|
||||||
- Resolved relative to the current working directory (`$PWD`) where you run `fun`.
|
- Resolved relative to the current working directory (`$PWD`) where you run `fun`.
|
||||||
- System includes: `#include <path/inside/stdlib.fun>;`
|
- System includes: `#include <path/inside/stdlib.fun>;`
|
||||||
- Resolved using:
|
- Resolved using:
|
||||||
-`FUN_LIB_DIR` (if set)
|
- `FUN_LIB_DIR` (if set)
|
||||||
- `DEFAULT_LIB_DIR` (compile-time default; typically `/usr/share/fun/lib/` after install)
|
- `DEFAULT_LIB_DIR` (compile-time default; typically `/usr/share/fun/lib/` after install)
|
||||||
- Fallback to `lib/` under the current working directory (developer convenience)
|
- Fallback to `lib/` under the current working directory (developer convenience)
|
||||||
- Optional namespacing: `#include <...> as ns` or `#include "..." as ns`
|
- Optional namespacing: `#include <...> as ns` or `#include "..." as ns`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue