mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-23 07:12:41 +01:00
No description
bf50e0f870
Summary: Ref T988. As mentioned elsewhere, one broad goal of this iteration is to reduce the amount of boilerplate documentation we need to write. For example: - I want to set `@group` by default in most cases. - I want to inherit things like `@param` and `@return` by default. - I want to inherit method documentation by default. - I want to inherit `@task` information. This implements most of the method inheritance stuff. This //looks// super gross, but I believe we now compose all of the information of interest at display time and can work on rendering it sensibly in the near future. Test Plan: {F56790} Reviewers: btrahan, chad Reviewed By: btrahan CC: aran, sascha-egerer Maniphest Tasks: T988 Differential Revision: https://secure.phabricator.com/D6849 |
||
---|---|---|
bin | ||
conf | ||
externals | ||
resources | ||
scripts | ||
src | ||
support | ||
webroot | ||
.arcconfig | ||
.divinerconfig | ||
.editorconfig | ||
.gitignore | ||
LICENSE | ||
NOTICE | ||
README |
Phabricator is an open source collection of web applications which make it easier to write, review, and share source code. Phabricator was developed at Facebook. It's pretty high-quality and usable, but under active development so things may change quickly. You can learn more about the project and find links to documentation and resources at: http://phabricator.org/ LICENSE Phabricator is released under the Apache 2.0 license except as otherwise noted.