Giter Site home page Giter Site logo

doc's People

Contributors

mahkoh avatar

Watchers

 avatar  avatar

doc's Issues

doc comments don't work in macros

Consider the following code from lrs:

create_flags! {
    #[doc = "Return an error instead of blocking.\n"]
    #[doc = "= See also"]
    #[doc = "* link:man:tee(2) and SPLICE_F_NONBLOCK therein"]
    flag TEE_DONT_BLOCK = SPLICE_F_NONBLOCK;
}

We are using #[doc because using /// doesn't work properly. If we used the /// version, the slashes would also show up in the documentation itself and completely mess up our output.

Improve rustdoc performance

The rustdoc performance in json mode is abysmal. If I recall correctly, rustdoc takes 6 seconds to generate the lrs json.

Luckily, there is one simple trick that can be applied to rustdoc to get this number down to 0.5 seconds (iirc). We should upstream this change at some point.

Don't show default arguments

Currently, Result is written as

Result<(), Errno>

Those default arguments should never be shown. This includes the following case:

Result<T, Errno>

which should be written like this:

Result<T>

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.