-
Notifications
You must be signed in to change notification settings - Fork 76
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
Lucius Cassius Comment syntax not documented #247
Comments
@BebeSparkelSparkel Would be interesting in creating a PR for this (and your other issues) ? Thanks! |
@psibi Yes, which file should I be editing? |
@BebeSparkelSparkel You need to create Haddocks in the relevant modules for Lucius and Cassius with examples. For Lucius and Cassius, it has to be these files:
If you want to see an example project, where this is already done, you can see this haddock documentation: https://www.stackage.org/haddock/nightly-2019-12-20/persistent-2.10.4/Database-Persist.html |
Thanks, I'll start reviewing these |
@psibi Actually, it seems like everything points to the yesod book. Would that be a better place to add these docs? |
It would be nice to know the different comment syntax for Lucius and Cassius.
Standard css comments
/* comment */
seems to work.Is there any syntax that without comment close like
--
?The text was updated successfully, but these errors were encountered: