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
Every project needs documentation which is usually accompanied by code snippets that show how a component is integrated. The problem is how does the project ensure that this code runs and that the code is up to date? Then this is your tool.
5
5
@@ -25,7 +25,7 @@ You can also configure it to use a directory: `bin/doc-parser -i <extension-dir>
25
25
>echo "ABC";
26
26
>
27
27
>\```
28
-
* RST parser: Parser that parses mark down. This is a popular language for documentation appearently.
28
+
* RST parser: Parser that parses mark down. This is a popular language for the documentation apparently.
29
29
30
30
### Validators
31
31
* CompositeValidator: Validates all of its children passed into the constructor
0 commit comments