Doc Generator Update
This commit is contained in:
parent
537926b050
commit
a83574eb46
|
|
@ -30,8 +30,10 @@ namespace Rokojori.DocGenerator
|
||||||
return name + ".svg";
|
return name + ".svg";
|
||||||
}
|
}
|
||||||
|
|
||||||
foreach ( var bt in baseTypes )
|
for ( int i = 0; i < baseTypes.Count; i++ )
|
||||||
{
|
{
|
||||||
|
var bt = baseTypes[ i ];
|
||||||
|
|
||||||
if ( icons.IndexOf( bt + ".svg" ) != -1 )
|
if ( icons.IndexOf( bt + ".svg" ) != -1 )
|
||||||
{
|
{
|
||||||
return bt + ".svg";
|
return bt + ".svg";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue