Skip to content
Snippets Groups Projects
Commit 11f7a1c3 authored by Jesper's avatar Jesper
Browse files

Update README

parent 333fe22d
Branches
No related tags found
No related merge requests found
...@@ -2,6 +2,19 @@ ...@@ -2,6 +2,19 @@
This is a viewer for JastAdd documentation generated by RagDoc Builder. This is a viewer for JastAdd documentation generated by RagDoc Builder.
## Generating Documentation
Generate the documentation by using the ragdoc task with JastAddGradle.
The documentation metadata is output into build/docs/ragdoc. Copy the contents into
rd-view/src/data.
## Customizing
Change the title by editing the `title = ...;` line in `src/app/app.component.ts`.
## Angular CLI
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.0.1. This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.0.1.
## Development server ## Development server
......
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
++ Add class overview as default page. ++ Add class overview as default page.
++ Make the title be a link to the default page. ++ Make the title be a link to the default page.
++ Add modifier information to non-attribute members (public, static, etc.). ++ Add modifier information to non-attribute members (public, static, etc.).
++ Don't display "extends Object"
-- Add structured production representation. -- Add structured production representation.
-- Add type hierarchy in type details. -- Add type hierarchy in type details.
-- Add direct subtypes. -- Add direct subtypes.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment