Jump to content

L B

Members
  • Posts

    967
  • Joined

  • Last visited

Blog Comments posted by L B

  1. I know you are not really into .NET, but it would be _really_ great if you could also add XML Documentation Comments to the C# headers. I guess it would be quite a bit of work to copy the documentation and format it correctly, but in my honor opinion the xml documentation comments are one of the best features of Visual C#. It's basically an IDE-integrated, easy-to-work-with version of doxygen.

     

    I'll make them, if Josh agrees on the maintainability aspect.

  2. I get the System::AddHook method. The first line was the definition, and the second an example, right?

    What I don't understand is the ProcessEvent method.

     

    Also, I suggest Application instead of App. First, App is connotated with iOS applications, or at least Mac applications, which is not platform neutral. Second, the engine doesn't use other abbreviations elsewhere, except when extremely often used (e.g. Vec for Vector).

×
×
  • Create New...