Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explore possibilities of documentation compiler for AX project #65

Closed
PTKu opened this issue Feb 13, 2023 · 2 comments · Fixed by #70
Closed

Explore possibilities of documentation compiler for AX project #65

PTKu opened this issue Feb 13, 2023 · 2 comments · Fixed by #70
Assignees

Comments

@PTKu
Copy link
Contributor

PTKu commented Feb 13, 2023

The idea would be to use the syntax model of the AX compiler to produce:
https://dotnet.github.io/docfx/spec/docfx_document_schema.html
and from that create documentation using docfx

@Specter-13
Copy link
Contributor

/cib

@PTKu
Copy link
Contributor Author

PTKu commented Feb 14, 2023

PTKu pushed a commit that referenced this issue Feb 14, 2023
@PTKu PTKu closed this as completed in #70 Feb 24, 2023
PTKu added a commit that referenced this issue Feb 24, 2023
* Create draft PR for #65

* added fundamentals for ix-doc compiler

* Added GetComments method

* refactoring, fix wrong names of some generated yaml files

* Added NamedValueType and StructuredType method for generating Types and Struct

* added experimental implementation of inherited members

* fix canbefieldinherited method

* Refactor PopulateItem

* Added namespace

* added basic implementation of references for inherited members

* some refactoring, added custom files for namespaces and references for them

* Small refactoring

* Added type of properties in class

* Change struct for Param comments to Dictionary

* Removed Assemblies from Class

* added input parameters and declarations for methods

* id for method depends on its parameters, some refactoring

* Added generating docs for type

* Refactor CodeToYamlMapper

* Added references to return value in method

* Delete AddInputParameterItems
Checking if references exist when references is adding

* some refactoring, added basic documentation

* Added option to add remark, code and c in docs
Added generated assembly in class

* Added interface generating to docs

* Update documentation

* Rename TocSchemaList to TocSchema - deleted old TocSchema

* fix references and method parameters, added legal acrobatics

* refactoring, delete existing yml files

* change folder name to ixd

* small refactoring

* [ixd] preps for packaging

---------

Co-authored-by: Specter-13 <[email protected]>
Co-authored-by: Specter-13 <[email protected]>
Co-authored-by: Branko Zachemsky <[email protected]>
Co-authored-by: Dávid Špavor <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants