summary refs log tree commit diff
path: root/doc/functions.xml
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2018-10-02 16:06:33 -0400
committerGraham Christensen <graham@grahamc.com>2018-10-05 10:06:08 -0400
commitf835f77e02018c77b48fc7f4911f3fee97f9d777 (patch)
treeca3a51e07b0629fc40b5e6f7e05cdf8d89dbfea1 /doc/functions.xml
parentf2b3bbe44e4f7e220ecb1308d1acdac5e6a0f8ba (diff)
downloadnixpkgs-f835f77e02018c77b48fc7f4911f3fee97f9d777.tar
nixpkgs-f835f77e02018c77b48fc7f4911f3fee97f9d777.tar.gz
nixpkgs-f835f77e02018c77b48fc7f4911f3fee97f9d777.tar.bz2
nixpkgs-f835f77e02018c77b48fc7f4911f3fee97f9d777.tar.lz
nixpkgs-f835f77e02018c77b48fc7f4911f3fee97f9d777.tar.xz
nixpkgs-f835f77e02018c77b48fc7f4911f3fee97f9d777.tar.zst
nixpkgs-f835f77e02018c77b48fc7f4911f3fee97f9d777.zip
nixpkgs: Start documenting library functions in XML
Covers assert functions and about half of the attrsets functions.

Some internal consistency around IDs could be improved.
Diffstat (limited to 'doc/functions.xml')
-rw-r--r--doc/functions.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/functions.xml b/doc/functions.xml
index 88011061ae6..4193bb49f77 100644
--- a/doc/functions.xml
+++ b/doc/functions.xml
@@ -7,7 +7,7 @@
   The nixpkgs repository has several utility functions to manipulate Nix
   expressions.
  </para>
-
+ <xi:include href="functions/library.xml" />
  <xi:include href="functions/overrides.xml" />
  <xi:include href="functions/generators.xml" />
  <xi:include href="functions/debug.xml" />