소스 검색

ft: 模块名修改

master
SisMaker 4 년 전
부모
커밋
bde54f83dc
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -1
      src/genProto.erl
  2. +1
    -1
      src/writeErl/gErlGen.erl

+ 1
- 1
src/genProto.erl 파일 보기

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

src/writeErl/gGenErl.erl → src/writeErl/gErlGen.erl 파일 보기

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

불러오는 중...
취소
저장