File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ To generate multiple markdown doc files per - one class file - there is a generi
3131
3232* In your project create a subdir "scripts".
3333* Into this subdir
34- * copy the file ` scripts/generate_classdoc.sh ` --> ` <your-project>> /scripts/generate_classdoc.sh `
35- * copy ` scripts/config.sh.dist ` as ` <your-project>> /scripts/config.sh ` .
34+ * copy the file ` scripts/generate_classdoc.sh ` --> ` <your-project>/scripts/generate_classdoc.sh `
35+ * copy ` scripts/config.sh.dist ` as ` <your-project>/scripts/config.sh ` .
3636
3737### Update configuration
3838
@@ -68,4 +68,4 @@ PARSERDIR="$( dirname $0)/../../php-classdoc"
6868
6969### Generate
7070
71- Start the script ` <your-project>> /scripts/generate_classdoc.sh ` tu generate/ update the markdown files.
71+ Start the script ` <your-project>/scripts/generate_classdoc.sh ` to generate/ update the markdown files.
You can’t perform that action at this time.
0 commit comments