Git Product home page Git Product logo

libuv-dox's Introduction

libuv-dox

Documenting types and methods of libuv, mostly by reading uv.h.

Organization

The information found in uv.h has been organized into three categories:

Examples were added to show how the API is used.

types

The inheritance relationship is documented via :, i.e. uv_tcp_t : uv_stream_t denotes that uv_tcp_t derives from uv_stream_t and thus has all the stream type fields.

Macros of extra/private fields have been resolved as much as was sensible and the original location and name is documented, i.e. the private fields for uv_fs_t found inside include/uv-unix.h are included.

Note: uv-unix.h was always preferred over uv-win.h when resolving fields from macros.

callbacks

Although they are techniqually types as well they are documented in a separately in order to speed up lookup.

methods

The methods are categorized and ordered to mirror the categorization and order of the types that they use.

version

The libuv version at that is the source of this documentation is: v0.11.17.

License

MIT

Bitdeli Badge

libuv-dox's People

Contributors

thlorenz avatar timoxley avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.