Skip to content
#

reference

Here are 567 public repositories matching this topic...

Open

TODO

8
dylanaraps
dylanaraps commented Jun 14, 2018
  • Dynamic variable naming.
  • Internal variables.
  • Turn the non-functions into functions.
    • This is so tests can be written.
    • It also shows a working use case for the task.
  • Add a CONTRIBUTING.md.
  • Look into side effects of using shopt and set.
  • /dev/tcp
  • Convert to pdf
    • Add a cover.
    • Add references.
  • Write some
wvffle
wvffle commented Feb 6, 2020

well, to express it simply, i can see HTML comments in a rendered markdown file as a plaintext. Here is a screenshot:
doc screenshot
Here is my config:

{
  "src": [
    "./src/**.js",
    "./lib/**.js",
    "./index.js",
    "./README.md"
  ],
  "dest": "docs",
  "jsdoc": {
    "package": true,
    "undocumented": true,
    "sort": "kind"
  }
}
ralfbiedert
ralfbiedert commented Jul 13, 2019

When working cross platform, in particular when producing a dylib from Rust and then again consuming it, the current resolution of #[link(name = "mylib"] is somewhat confusing.

  • If you start developing on Windows, Rust will produce a mylib.dll and mylib.dll.lib. To use this lib again from Rust you will have to specify #[link(name = "mylib.dll")], thus giving the impression that the fu

Improve this page

Add a description, image, and links to the reference topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the reference topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.