You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@
37
37
*`commons-macros` contains implementations of macros used in other modules and reusable macro utilities:
38
38
*`MacroCommons` trait with several convenience functions for implementing macros
39
39
*`TypeClassDerivation` - implements infrastructure for automatic type class derivation
40
-
*`commons-analyzer` - static analyzer for Scala code, i.e. a compiler plugin that enforces various (mostly unrelated) rules and conventions on source code
40
+
*[`commons-analyzer`](docs/Analyzer.md) - static analyzer for Scala code, i.e. a compiler plugin that enforces various (mostly unrelated) rules and conventions on source code
41
41
*`commons-annotations` - contains annotations used by macros and static analyzer
42
42
*`commons-jetty` - Jetty server utilities
43
43
*`commons-mongo` - MongoDB utilities for Scala & Java MongoDB drivers, integration with `GenCodec`
0 commit comments