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

Allow & in XML documentation (SimpleDocs) #161

Open
FlowIT-JIT opened this issue Apr 21, 2022 · 1 comment
Open

Allow & in XML documentation (SimpleDocs) #161

FlowIT-JIT opened this issue Apr 21, 2022 · 1 comment

Comments

@FlowIT-JIT
Copy link
Collaborator

See the example below. This will cause an error in the SimpleDocs parser due to the use of &&. Encoding them as && resolves the problem, but it makes it harder to read the documentation.

/// <function container="Fit.Browser" name="IsMobile" access="public" static="true" returns="boolean">
/// 	<description>
/// 		var mobile = Fit.Browser.IsMobile(true) || (Fit.Browser.GetBrowser() === "Safari" && Fit.Browser.IsTouchEnabled())
/// 	</description>
/// </function>
@FlowIT-JIT
Copy link
Collaborator Author

Make sure we support the following special characters: & < > " '

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant