1vanK

Results 154 comments of 1vanK

I think error here: ``` "slot": [ { "name": "Foot_R.png", "frame": [ { "tweenEasing": 0.0, "displayIndex": -1, // ------------------------- !!!! "color": { }, "duration": 0 } ] }, ```

No, these are all brief descriptions, because they are one line ``` /// Brief description. ``` ``` /// Detailed description without /// brief description ``` From config file: ``` #...

The dot is used to mark the end of the brief description only if JAVADOC_AUTOBRIEF option is enabled ``` # If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen...

For experiments: 1) `doxygen.exe -g Doxyfile.in` generates template config file with all options 2) Small doxygen test project: [DoxyTest.zip](https://github.com/urho3d/Urho3D/files/9649940/DoxyTest.zip)

Actually we have such a problem: ``` /// Set the Interpolation Mode. /// @property void SetInterpolationMode(InterpolationMode interpolationMode); ``` interpreted as a detailed description without brief description. So I think MULTILINE_CPP_IS_BRIEF...

Never mind, the bindings generation are not finished yet.

The bindings are redone to templates, so I hope the problem is solved

Compilation is somewhat slower because every function of the engine binds, unlike the old bindings. In addition, all bindings are made in the form of templates so that users can...

D3DReflect() return 80070057 (E_INVALIDARG )