"@match class" changes.

Btw, Diomidis, can you set up another snapshot?
This commit is contained in:
Andrea Aime 2006-01-15 16:49:35 +00:00
parent 67e7f42714
commit b52565829e
6 changed files with 9 additions and 9 deletions

View File

@ -4,9 +4,9 @@ package gr.spinellis.views;
* @view
* @opt hide
*
* @match gr.spinellis.product.*
* @match class gr.spinellis.product.*
* @opt !hide
* @match gr.spinellis.*
* @match class gr.spinellis.*
* @opt nodefillcolor LemonChiffon
*/
public abstract class ViewAbstract {

View File

@ -4,7 +4,7 @@ package gr.spinellis.views;
* @view
* @opt hide java.*
*
* @match gr.spinellis.*
* @match class gr.spinellis.*
* @opt attributes
* @opt operations
* @opt types

View File

@ -4,7 +4,7 @@ package gr.spinellis.views;
* @view
* @opt hide java.*
*
* @match gr.spinellis.*
* @match class gr.spinellis.*
* @opt attributes
* @opt nodefontsize 16
* @opt nodefillcolor yellow

View File

@ -4,9 +4,9 @@ package gr.spinellis.views;
* @view
*
* @opt nodefillcolor LightGray
* @match gr.spinellis.product.Product
* @match class gr.spinellis.product.Product
* @opt attributes
* @match gr.spinellis.product.Category
* @match class gr.spinellis.product.Category
* @opt nodefillcolor brown
*/
public class ViewChildOverride extends ViewAbstract {

View File

@ -3,9 +3,9 @@ package gr.spinellis.views;
/**
* @view
* @match .*
* @match class .*
* @opt nodefillcolor gray
* @match gr.spinellis.*
* @match class gr.spinellis.*
* @opt nodefillcolor yellow
*/
public class ViewColors {

View File

@ -4,7 +4,7 @@ package gr.spinellis.views;
* @view
* @opt hide
*
* @match gr.spinellis.product.*
* @match class gr.spinellis.product.*
* @opt !hide
* @opt attributes
*/