We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Unfortunately, the generated markdown is hard to read when compiled on Azure Repos.
Providing an option to separate the documented types with a horizontal line would improve the generated document readability.
As of now, I add them manually, event though I would like my documentation to always be generated automatically.
Example:
type
Borec.Interfaces.Models.DbModels
property
Subject code
Subject name
Faculty name
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Unfortunately, the generated markdown is hard to read when compiled on Azure Repos.
Providing an option to separate the documented types with a horizontal line would improve the generated document readability.
As of now, I add them manually, event though I would like my documentation to always be generated automatically.
Example:
ISubject
type
Namespace
Borec.Interfaces.Models.DbModels
Code
property
Summary
Subject code
Name
property
Summary
Subject name
IFaculty
type
Namespace
Borec.Interfaces.Models.DbModels
Name
property
Summary
Faculty name
The text was updated successfully, but these errors were encountered: