Przeglądaj źródła

ft: 模块名修改

master
SisMaker 4 lat temu
rodzic
commit
bde54f83dc
2 zmienionych plików z 2 dodań i 2 usunięć
  1. +1
    -1
      src/genProto.erl
  2. +1
    -1
      src/writeErl/gErlGen.erl

+ 1
- 1
src/genProto.erl Wyświetl plik

@ -55,5 +55,5 @@ convertDir(ProtoDir, HrlDir, ErlDir) ->
SortedErrList = lists:sort(fun({_ErrName1, ErrCodeId1, _Desc1}, {_ErrName2, ErrCodeId2, _Desc2}) -> SortedErrList = lists:sort(fun({_ErrName1, ErrCodeId1, _Desc1}, {_ErrName2, ErrCodeId2, _Desc2}) ->
ErrCodeId1 > ErrCodeId2 end, ErrCodeList), ErrCodeId1 > ErrCodeId2 end, ErrCodeList),
gGenErl:genErl(SortedSProtoList, SortedErrList, HrlDir, ErlDir).
gErlGen:genErl(SortedSProtoList, SortedErrList, HrlDir, ErlDir).
%% %%

src/writeErl/gGenErl.erl → src/writeErl/gErlGen.erl Wyświetl plik

@ -1,4 +1,4 @@
-module(gGenErl).
-module(gErlGen).
-include("genDef.hrl"). -include("genDef.hrl").
-export([ -export([

Ładowanie…
Anuluj
Zapisz