Code Monkey home page Code Monkey logo

xml-documentation-for-the-ksp-api's Introduction

You can find me on #kspmodders or the KSP forums as The_Duck.

Web documentation

This project is used to build the web documentation using Doxygen.

IDE integration

To get documentation in tooltips and the object browser in Visual Studio or MonoDevelop:

  1. Download Assembly-CSharp.xml and UnityEngine.xml
  2. Place Assembly-CSharp.xml and UnityEngine.xml in the same place as the Assembly-CSharp.dll and UnityEngine.dll that you link to when building your KSP plugin (the KSP_Data/Managed folder).
  3. Restart your IDE.

Now when you use the object browser to examine the contents of Assembly-CSharp.dll you will find helpful comments for some classes. These comments will also show up through IntelliSense when writing code.

How to contribute to this documentation

This documentation is only as good as the effort that the community puts into it! You can help.

To add new info on a class that already has some documentation:

  1. Fork this project
  2. Add your comments in the appropriate .cs file.
  3. Send me a pull request.

To add info on a new class:

  1. Highlight the class in the source code of your KSP plugin.
  2. Press F12. Visual Studio will create a fake source file for the class.
  3. Copy Visual Studio's uneditable source file into a new file you can edit.
  4. Add your comments to the fake source file.
  5. Fork this project.
  6. Add your new fake source file to your version of the project.
  7. Send me a pull request.

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.