August 24, 2018
https://issues.dlang.org/show_bug.cgi?id=19186

          Issue ID: 19186
           Summary: interfaceToC.html should mention linkage procedure
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: dlang.org
          Assignee: nobody@puremagic.com
          Reporter: alphaglosined@gmail.com

Had a user come on to IRC and ask questions about linking against a C shared library and binding to it. It was mentioned that normally the documentation would explain how to create the binding but also detail the linkage procedure. It should also cover the basics such as import libraries.

--