Justin Greywolf
9a86accc62
1181-Minor update to regex
2020-08-04 12:05:56 -07:00
Justin Greywolf
1f051d7a9f
1181-Css for class diagrams
...
Initial change for supporting custom CSS for use with classDiagrams.
updated `LABEL` regex for specificity
2020-08-03 12:47:50 -07:00
Neil Cuzon
4bca9c63da
Update classDiagram.md
2020-07-20 09:35:12 -07:00
Zak Henry
36a47febc2
docs(classDiagram): typo
2020-05-13 14:57:51 +01:00
Justin Greywolf
587592449a
1179 Add ability to use generics for members
...
Created new class to handle parsing of members with regex to handle determining type of member and the different elements within. Also moved addTSpan in drawClass method to this new file. Finally, I added a "catch all" section in case something fails in the regex to make sure everything gets formatted correctly.
Added more tests and documentation
updating gitignore
Tired of constantly having to ignore files and stash/pop when switching between branches
2020-01-24 16:01:04 -08:00
Knut Sveidqvist
eade3d0a2d
Merge pull request #1178 from jgreywolf/1119-SpecifyMethodReturnTypeInClassDiagram
...
1119 specify method return type in class diagram
2020-01-13 19:55:47 +01:00
Knut Sveidqvist
0a5ee0634f
Merge branch 'master' of github.com:mermaid-js/mermaid
...
# Conflicts:
# docs/classDiagram.md
2020-01-11 09:47:51 +01:00
Justin Greywolf
58fbfc3c38
1119 Support method return types
...
Small refactor to split out logic for determining method display text and style. Updated documentation
Used regex to parse method statements in class diagrams to extract discrete elements to set display appropriately. Added tests and updated docs
2020-01-10 09:50:21 -08:00
Justin Greywolf
d7771eb4b6
1119 Add ability to define return type for methods
...
Updated ClassRenderer to check for `[]` to indicate return type for method. Small refactor to split out logic for determining method display text and style. Updated documentation
2020-01-10 09:50:21 -08:00
Knut Sveidqvist
37ae863443
Merge pull request #1170 from jgreywolf/1064-ClickEventInClassDiagram
...
1064 click event in class diagram
2020-01-05 12:07:34 +01:00
Justin Greywolf
591a104c80
1064 Class diagram interactivity docs
...
Updated documentation for Class Diagram with details for interactivity
2020-01-03 10:14:07 -08:00
Ashish Jain
f54adb4a3e
#1146 Updated classDiagram documentation with new relation types
2020-01-02 19:35:22 +01:00
Knut Sveidqvist
d53e00ffe0
Change of broken docs
2019-12-18 19:43:35 +01:00
Knut Sveidqvist
b90fcc1b71
test commit
2019-12-18 19:40:50 +01:00
Justin Greywolf
5b2f9351c7
Add support for abstract methods
...
Added logic to allow rendering of a method name with italics or underline based on modifier at beginning of name to set css style
2019-12-09 18:13:06 -08:00
Justin Greywolf
6fdf30357c
1104-Add support to designate a method as abstract
...
Added logic to allow rendering of a method name with italics or underline based on modifier at beginning of name to set css style
2019-12-09 17:41:26 -08:00
Justin Greywolf
d26a67297a
Updated documentation with comment syntax
2019-11-26 15:34:52 -08:00
Louis Frament
d8d5d0fa61
update classDiagram documentation:
...
fix typos and describe naming convention
2019-10-29 17:50:19 +01:00
Ashish Jain
1ae1313edd
#993 Added mermaid documentation for class diagram-minor fixes
2019-10-15 00:32:21 +02:00
Ashish Jain
5949d01821
#993 Added mermaid documentation for class diagram-minor fixes
2019-10-15 00:05:49 +02:00
Ashish Jain
3cdb0ae4c8
#993 Added mermaid documentation for class diagram
2019-10-14 22:59:26 +02:00