8000 [VLM:TIGER-32788] class 상속등 처리 : hpp2plantuml 결과 파싱 · cheoljoo/doxygen_perlmod_python@94949c1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 94949c1

Browse files
author
charles.lee
committed
[VLM:TIGER-32788] class 상속등 처리 : hpp2plantuml 결과 파싱
- http://vlm.lge.com/issue/browse/TIGER-32789 : class 상속등 처리 : hpp2plantuml 결과 파싱 - $ cd region ; make - region/out.json - http://vlm.lge.com/issue/browse/TIGER-32789 : class 상속등 처리 : get class inheritance and filename as package - 각각의 plantuml 만들기 - $ cd region ; make - region/_plantuml/*.puml - _all* : 전체 - [class_name]* : class 단위 plantuml ex) RegionInputManager_puml.puml - *_puml_* : plantuml with member / namespace / filename ex) _all_puml.puml - *_puml__nofile* : plantuml without namespace / filename in class box ex) _all_puml_nofile.puml - *_puml__nomember* : plantuml witout member / namespace / filename. it has just class name. ex)_all_puml_nomember.puml - *_exception_inherit_unknown.* : it shows class in header. ex) _all_puml_nomember_exception_inherit_unknown.puml http://tiger02.lge.com:18080/proxy?fmt=svg&src=http://tiger02.lge.com/cheoljoo.lee/code/doxygen_perlmod_python/region/all.puml http://tiger02.lge.com:18080/proxy?fmt=svg&src=http://tiger02.lge.com/cheoljoo.lee/code/doxygen_perlmod_python/region/_plantuml/_all_puml.puml
1 parent acc09fe commit 94949c1

14 files changed

+8514
-18593
lines changed

region/DoxyDocs.pm

Lines changed: 0 additions & 18592 deletions
Large diffs are not rendered by default.

region/Makefile

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,15 @@ all:
33
echo "DoxyDocs.pm is used for this document"
44
if [ ! -e mysetting.py ]; then ln -s ../src/mysetting.py mysetting.py; fi
55
perl doxy2py.pl
6-
python3 html.py --outfile=output.html
6+
python3 hpp2plantuml.py -i hpp/EnvironmentVariant.h -i hpp/IRegionManagerService.h -i hpp/IRegionManagerServiceType.h -i hpp/RegionCommand.h -i hpp/RegionExtBase.h -i hpp/RegionInputManager.h -i hpp/RegionManager.h -i hpp/RegionManagerService.h -o all.puml -j out.json
7+
# if we use -j option in hpp2plantuml , parse_hpp2plantuml.py is useless.
8+
python3 parse_hpp2plantuml.py --inpuml=all.puml --outjson=parse-out.json
9+
p:
10+
python3 parse_hpp2plantuml.py --inpuml=all.puml --outjson=parse-out.json
11+
12+
h:
13+
python3 hpp2plantuml.py -i part-1.h -i part-2.h -o all.puml -j out.json
14+
d:
15+
python3 hpp2plantuml.py -i part-1.h -i part-2.h -o all.puml -j out.json -d
16+
a:
17+
python3 hpp2plantuml.py -i all.h -o all.puml -j out.json

0 commit comments

Comments
 (0)
0