Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 83a434bbab38
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 0c5d9e5c5261
Choose a head ref
  • 6 commits
  • 5 files changed
  • 2 contributors

Commits on Oct 27, 2018

  1. lib/trivial: Update function comments for doc generation

    Expands on some of the function comments and add some of the
    special syntaxes recognised by nixdoc.
    tazjin committed Oct 27, 2018
    Configuration menu
    Copy the full SHA
    c2a744b View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2018

  1. lib/strings: Update documentation comments for doc generation

    Updates documentation comments with extra information for nixdoc[1]
    compatibility.
    
    Some documentation strings have additionally been reworded for
    clarity.
    
    "Faux types" are added where applicable, but some functions do things
    that are not trivially representable in the type notation used so they
    were ignored for this purpose.
    
    [1]: https://github.com/tazjin/nixdoc
    tazjin committed Oct 29, 2018
    Configuration menu
    Copy the full SHA
    0560caa View commit details
    Browse the repository at this point in the history
  2. lib/lists: Update documentation comments for doc generation

    Updates documentation comments with extra information for nixdoc[1]
    compatibility.
    
    [1]: https://github.com/tazjin/nixdoc
    tazjin committed Oct 29, 2018
    Configuration menu
    Copy the full SHA
    65f50a9 View commit details
    Browse the repository at this point in the history
  3. lib/debug: Update documentation comments for docs generation

    Documents functions in `lib.debug` for docs generation with nixdoc.
    
    Note that type signatures and clearer descriptions are still missing
    on some of these functions, but this is good enough for a first run.
    tazjin committed Oct 29, 2018
    Configuration menu
    Copy the full SHA
    da18b92 View commit details
    Browse the repository at this point in the history
  4. lib/options: Update documentation comments for docs generation

    Documents functions in `lib.options` for docs generation with nixdoc.
    
    The formatting change in the `mkOption` arguments is due to the way
    `nixdoc` parses documentation comments on pattern arguments. It's not
    ideal, but it works.
    tazjin committed Oct 29, 2018
    Configuration menu
    Copy the full SHA
    2384966 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #49383 from tazjin/docs/lib-docstrings

    Update library function "docstrings" for nixdoc generation
    grahamc committed Oct 29, 2018
    Configuration menu
    Copy the full SHA
    0c5d9e5 View commit details
    Browse the repository at this point in the history