Search Unity

Monodevelop documentation component design documentation

Discussion in 'Scripting' started by wintermute, Nov 30, 2012.

  1. wintermute

    wintermute

    Joined:
    Jul 30, 2011
    Posts:
    22
    I'm looking for a way to keybind the xml documentation (similar to what XCode+Doxygen does)
    /// <summary>
    /// This class does something
    /// </summary>

    Is it possible to keybind this or is there already a default shortcut? I've been looking around for a while and haven't come across any.

    Also, I'm looking for an effective way to document/generate documentation of component design based scripts. Especially messaging, such as what objects broadcast what events. Is this possible? Or should I be asking a different question?

    Thanks!

    Edit:

    Regarding the keybind. nevermind, typing /// automatically does it for you. Can't believe I missed that.
     
    Last edited: Nov 30, 2012