code: remove `protected` from top-level methods (now in sys)
[nit.git] / src / doc /
2015-04-02 Jean PrivatMerge: nitdoc: introduce Bootstrap components
2015-03-31 Alexandre Terrasasrc/doc: uniformize name display
2015-03-31 Alexandre Terrasasrc/doc: migrate topmenu to new templates.
2015-03-10 Alexis Laferrièrevim autocomplete: fix `MDoc` used for classes
2015-03-10 Alexis Laferrièrevim autocomplete: doc of classes list properties and...
2015-03-10 Alexis Laferrièrevim autocomplete: rename `write_to_stream` to `write_do...
2015-03-09 Alexis Laferrièrevim autocomplete: always write generated doc to metadat...
2015-02-25 Alexandre Terrasasrc/doc: fix DocComposite::parent linking
2015-02-25 Alexandre Terrasasrc/doc: change structure so pages can describe multipl...
2015-02-24 Alexandre Terrasasrc/doc: uniformize HTML output for topmenu
2015-02-24 Alexandre Terrasasrc/doc: clean DocPage rendering API.
2015-02-24 Alexandre Terrasasrc/doc: make DocPage render itself instead of using...
2015-02-24 Alexandre Terrasasrc/doc: move `doc_templates` to `html_templates` group.
2015-02-18 Alexandre Terrasasrc/doc: move remaining services from `doc_model` to...
2015-02-18 Alexandre Terrasasrc/doc: move HTML output related services from `doc_mo...
2015-02-18 Alexandre Terrasasrc/doc: use `nitdoc_name` rather than `nitdoc_id`...
2015-02-18 Alexandre Terrasasrc/doc: introduce `html_templates` group.
2015-02-18 Alexandre Terrasasrc/doc: make ImportationListSection and InheritanceLis...
2015-02-18 Alexandre Terrasasrc/doc: make GraphArticle a MEntity article since...
2015-02-18 Alexandre Terrasasrc/doc: rename `DocComposite::add` into `add_child...
2015-02-10 Lucas Bajoletlib/standard/stream: Renamed streams for more explicit...
2015-02-08 Alexis Laferrièrenitpick autocomplete: differenciate between class types...
2015-02-08 Alexis Laferrièrenitpick autocomplete: do not list properties beginning...
2015-02-06 Alexis Laferrièrenitpick: generate metadata files for the Vim plugin
2015-02-04 Alexandre Terrasanitdoc: remove unused module `doc_pages`
2015-02-04 Alexandre Terrasanitdoc: adapt `doc_model` to avoid diff with new phases
2015-02-04 Alexandre Terrasanitdoc: introduce IndexingPhase
2015-02-04 Alexandre Terrasanitdoc: introduce RenderHTMLPhase
2015-02-04 Alexandre Terrasanitdoc: introduce IntroRedefListPhase
2015-02-04 Alexandre Terrasanitdoc: introduce InheritanceListsPhase
2015-02-04 Alexandre Terrasanitdoc: introduce GraphsPhase
2015-02-04 Alexandre Terrasanitdoc: introduce POSetPhase
2015-02-04 Alexandre Terrasanitdoc: introduce StructurePhase
2015-02-04 Alexandre Terrasanitdoc: introduce ConcernsPhase
2015-02-04 Alexandre Terrasanitdoc: introduce MakePagePhase
2015-02-04 Alexandre Terrasanitdoc: introduce ExtractionPhase
2015-02-04 Alexandre Terrasanitdoc: migrate nitdoc from `doc_pages` to `doc_phases`
2015-02-04 Alexandre Terrasanitdoc: create `doc_phases` group
2015-02-04 Alexandre Terrasanitdoc: introduce `doc_base` module
2015-01-17 Jean PrivatMerge: nitdoc: does not apply header style to span...
2015-01-16 Alexandre Terrasanitdoc: does not apply header style to span elements...
2015-01-14 Jean PrivatMerge: Do not display test suite modules in Nitdoc
2015-01-12 Alexandre Terrasanitdoc: do not generate page for test suites.
2015-01-08 Alexandre Terrasanitdoc: do not repeat intro comment in mpropdef lists
2014-12-19 Jean-Christophe... nitdoc: Always escape names.
2014-12-19 Jean-Christophe... nitdoc: Escape modifiers.
2014-12-19 Jean-Christophe... nitdoc: Escape links’ attributes.
2014-12-19 Jean-Christophe... nitdoc: Escape page title.
2014-12-19 Jean-Christophe... nitdoc: Factorize `nitdoc_name`.
2014-12-19 Jean-Christophe... nitdoc: Always use `mdoc_or_fallback`.
2014-12-18 Jean-Christophe... nitdoc: Avoid HTML ID collisions.
2014-12-18 Jean-Christophe... nitdoc: Shorten redundant IDs.
2014-12-18 Jean-Christophe... nitdoc: Remove the project’s name from the groups’...
2014-12-18 Jean-Christophe... nitdoc: Mangle names in IDs.
2014-12-18 Jean-Christophe... nitdoc: Document constraints on `nitdoc_id`.
2014-12-18 Jean-Christophe... nitdoc: Use a fully qualified ID for classes.
2014-12-18 Jean-Christophe... nitdoc: Group non-Nit entities at the bottom of `doc_mo...
2014-12-18 Jean-Christophe... nitdoc: Fix a minor documentation mistake.
2014-12-17 Jean Privatnitodoc: stop generating id for lines in examples
2014-12-16 Jean PrivatMerge: Doc down
2014-12-14 Jean PrivatMerge: Fix misc warnings
2014-12-12 Jean-Christophe... nitdoc: Display attribute types.
2014-12-12 Jean-Christophe... nitdoc: Include the attributes by default.
2014-12-12 Alexandre Terrasasrc/doc: fixes useless empty init
2014-12-11 Jean-Christophe... nitdoc: Factorize filtering logic.
2014-12-11 Jean-Christophe... nitdoc: Add a property group for attributes.
2014-12-11 Jean-Christophe... nitdoc: Factorize property grouping logic.
2014-12-11 Jean PrivatMerge: Removes deprecated uses of `MModule::in_nesting`
2014-12-11 Jean PrivatMerge: nitdoc: displays full namespace in MModule:...
2014-12-11 Jean PrivatMerge: nitdoc: displays introduction module in property...
2014-12-11 Alexandre Terrasanitdoc: generates documentation using `doc_down`.
2014-12-11 Alexandre Terrasanitdoc: introduces `doc_down` a module to parse Nit...
2014-12-09 Alexandre Terrasanitdoc: displays full namespace in MModule::tpl_declara...
2014-12-09 Alexandre Terrasanitdoc: displays introduction module in property page.
2014-12-09 Alexandre Terrasasrc: removes remaining use of deprecated method MModule...
2014-12-09 Alexandre Terrasanitdoc: makes generated html easier to read/diff
2014-12-04 Jean-Christophe... nitdoc: Escape attributes.
2014-12-04 Jean-Christophe... nitdoc: Escape headers.
2014-12-04 Jean-Christophe... nitdoc: Escape URLs.
2014-12-04 Jean PrivatMerge: Fallback doc
2014-12-02 Jean-Christophe... doc: List the inner classes in the search bar.
2014-12-02 Jean-Christophe... doc: List the inner classes in the side panel.
2014-12-02 Jean-Christophe... doc: Fix the presentation of the inner classes.
2014-12-02 Jean-Christophe... doc: Skip unused pages.
2014-12-02 Jean-Christophe... model_ext: Add a way to represent inner classes.
2014-12-02 Jean Privatnitdoc: use `mdoc_or_fallback` to fill tmpl_definitions
2014-11-25 Jean PrivatMerge: Nitiwiki: a quick wiki builder based on markdown...
2014-11-24 Alexandre Terrasasrc: rename old `markdown` module in `docdown` to avoid...
2014-11-17 Jean-Christophe... nitdoc: Do not overwrite search results.
2014-11-17 Jean-Christophe... nitdoc: Use `to_json` to escape JSON values.
2014-11-10 Jean PrivatMerge: nitdoc: escape text in generated dot files
2014-11-10 Jean Privatnitdoc: escape text in generated dot files
2014-11-08 Jean-Christophe... nitdoc: Escape paths passed to the shell.
2014-11-06 Jean PrivatMerge: Ropes
2014-11-06 Jean PrivatMerge: nitdoc: Fix name mangling for graphs.
2014-11-06 Lucas Bajoletnitdoc: Change uses of FlatBuffer to RopeBuffer in...
2014-11-06 Jean-Christophe... nitdoc: Fix name mangling for graphs.
2014-11-06 Jean PrivatMerge: Use new constructors
2014-11-05 Jean Privatsrc: update most tools to new constructors
2014-11-04 Jean PrivatMerge: neo_doxygen: Introduce a tool to import a Doxyge...
next