aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/doc/doc_data.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring: rename tools/editor/ to editor/Rémi Verschelde2017-03-051-111/+0
| | | | | | The other subfolders of tools/ had already been moved to either editor/, misc/ or thirdparty/, so the hiding the editor code that deep was no longer meaningful.
* Implements modules documentsGeequlim2017-03-041-0/+1
| | | | Editor can generate documents for modules in thier own xml files
* Reorder the folders in tools to prepare moving tools/editorRémi Verschelde2017-02-091-0/+110
- `certs` and `editor_fonts` go to `thirdparty` - `dist` and `scripts` go to a new `misc` folder - `collada` and `doc` go to `tools/editor` The next step will be to rename `tools/editor` to `editor` directly, but this will be done at the right time to avoid breaking too many PRs.