removed filename from top comment as file names could be changed

This commit is contained in:
Kim, Jimin 2021-05-19 12:51:58 +09:00
parent 5e9b179630
commit 255d3939e3
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
/** generator.ts
/**
* It reads markdown files and write its content and metadata to a json file that can be used by React.
* - Files and directories names starting with a underscore (_ <- this thing), will be ignored
* - Symbolic links are also be ignored as of the moment