Where can I browse the sourcecode for libc online (like doxygen)

You should check if your distribution is using the vanilla GLIBC or the EGLIBC fork (Debian and Ubuntu have switched to EGLIBC EDIT: they switched back around 2014). Anyway, the repository browser for GLIBC is at http://sourceware.org/git/?p=glibc.git http://code.woboq.org/userspace/glibc/, posted by @guruz below, is a good alternative. The source is a bit complicated by the presence … Read more

State of the Art for Clojure Documentation Tools [closed]

I really like Marginalia if you want to take something like a literate programming approach. Marginalia traverses your source code, and produces an html formatted version with comments set beside code in a very clear text. Comments can be markdown formatted, making for a very readable final document. When reviewing source code that I’ve written … Read more

Slate vs Swagger – Which is better and which have more options? [closed]

Swagger and Slate serve two different purposes. Swagger is an attempt at a standardized way of describing a RESTful API (similar, for example, to ApiBlueprint) Swagger is a JSON based API definition format, which allows for the description of REST APIs. ~ API Design Tooling From Swagger Slate, on the other hand is a pretty … Read more

Where is the JetBrains IntelliJ openapi documentation? [closed]

Thanks to a comment from @Sorin, the official documentation is available here: http://www.jetbrains.org/intellij/sdk/docs/index.html Here are some docs: Lots of links here: http://confluence.jetbrains.net/display/IDEADEV/PluginDevelopment The SDK: http://confluence.jetbrains.net/display/IDEADEV/Getting+Started+with+Plugin+Development Also, from the above link, you can check out the source code to the community edition, which should effectively act as API docs: http://www.jetbrains.org/pages/viewpage.action?pageId=983225

tech