You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running dox on a class with an overloaded function, each version having its own documentation:
externclassTest {
/** Test with String **/staticinlineoverloadfunctiontest(s:String):Void {};
/** Test with Int **/staticinlineoverloadfunctiontest(i:Int):Void {};
}
show them grouped with only one documentation:
The text was updated successfully, but these errors were encountered:
Running dox on a class with an overloaded function, each version having its own documentation:
show them grouped with only one documentation:
The text was updated successfully, but these errors were encountered: