-
Notifications
You must be signed in to change notification settings - Fork 11
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
Comments
/cib |
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
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
The text was updated successfully, but these errors were encountered: