doxygen-vb-filter
doxygen-vb-filter copied to clipboard
Convert Classic VB (VB6) and VB.NET code syntax to a C#-like syntax, so it can be read and understood by Doxygen.
Results
1
doxygen-vb-filter issues
Sort by
recently updated
recently updated
newest added
The following vb.net code: ```vbnet Public Interface ISample Inherits IDisposable ''' ''' simple property ''' ''' returns a string value Property StringProperty() As String Enum SampleEnum1 As Short Value1 '...