1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-11 17:32:41 +01:00
phorge-phorge/src/applications/diviner/atomizer
epriestley b7f6956ec9 Allow Diviner groups to be configured in .book files
Summary:
Ref T988. Currently, every class/function needs to be annotated with `@group`, but 99% of this data can be inferred from file structure, at least in this project. Allow group specifications like:

  "paste" : {
    "name" : "Paste",
    "include" : "(^src/applications/paste/)"
  }

..to automatically put everything defined there in the "paste" group. A list of regexps is also supported. Depends on D6855.

Test Plan: Regenerated documentation with `bin/diviner generate --book src/docs/book/phabricator.book --clean`, observed all Paste stuff go in the paste group.

Reviewers: btrahan

Reviewed By: btrahan

CC: aran

Maniphest Tasks: T988

Differential Revision: https://secure.phabricator.com/D6856
2013-09-02 11:33:02 -07:00
..
DivinerArticleAtomizer.php Improve Diviner handling of paths and remarkup 2013-02-17 15:40:44 -08:00
DivinerAtomizer.php Allow Diviner groups to be configured in .book files 2013-09-02 11:33:02 -07:00
DivinerFileAtomizer.php Improve Diviner handling of paths and remarkup 2013-02-17 15:40:44 -08:00
DivinerPHPAtomizer.php Allow Diviner groups to be configured in .book files 2013-09-02 11:33:02 -07:00