소스 검색

Updated Scraper Reference (markdown)

Thibaut Courouble 12 년 전
부모
커밋
3c26efb663
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Scraper-Reference.md

+ 1 - 1
Scraper-Reference.md

@@ -61,7 +61,7 @@ Configuration is done via class attributes and divided into three main categorie
   The documents' location. Only URLs _inside_ the `base_url` will be scraped. "inside" more or less means "starting with" except that `/docs` is outside `/doc` (but `/doc/` is inside).  
   Unless `root_path` is set, the root/initial URL is equal to `base_url`.
 
-* `root_path` [String]  
+* `root_path` [String] **(inherited)**  
   The path from the `base_url` of the root URL.
 
 * `dir` [String] **(required, `FileScraper` only)**