Browse Source

ft: 模块名修改

master
SisMaker 4 years ago
parent
commit
bde54f83dc
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      src/genProto.erl
  2. +1
    -1
      src/writeErl/gErlGen.erl

+ 1
- 1
src/genProto.erl View File

@ -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 View File

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

Loading…
Cancel
Save