C# Class DoxDoxygenXML.DoxExtensions.DoxMethod

Parse extension methods for the Dox.Method class. Extension are related to the DoxygenXML model definition in (Model.Doxygen).
ファイルを表示 Open project: codaxy/dox

Public Methods

Method Description
ReadDoxygenMember ( this method, memberdefType mdt ) : void

Read Dox.Field information from the DoxygenXML model object, by parsing the related (xml) sections.

Method Details

ReadDoxygenMember() public static method

Read Dox.Field information from the DoxygenXML model object, by parsing the related (xml) sections.
public static ReadDoxygenMember ( this method, memberdefType mdt ) : void
method this /// A ///
mdt DoxDoxygenXML.Model.Doxygen.memberdefType /// A ///
return void