mirror of https://github.com/dspinellis/UMLGraph
Allow in package inference to have the same results as before... as much as I hate incompatible changes, having a inferdepinpackage that has to be negated is not the best course of action (none of the options is meant to be used in negated form so far)
This commit is contained in:
parent
56e3b66325
commit
9545893fa0
|
|
@ -7,6 +7,7 @@ import java.util.Map;
|
|||
/**
|
||||
* @opt inferassoc
|
||||
* @opt inferdep
|
||||
* @opt inferdepinpackage
|
||||
* @opt attributes
|
||||
* @opt operations
|
||||
* @opt types
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@ package gr.spinellis.context.views;
|
|||
* @opt hide
|
||||
* @opt inferrel
|
||||
* @opt inferdep
|
||||
* @opt inferdepinpackage
|
||||
*
|
||||
* @match context gr.spinellis.context.classes.A
|
||||
* @opt !hide
|
||||
|
|
|
|||
Loading…
Reference in New Issue